Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ConvertEvent.cs / 1305376 / ConvertEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; ////// /// public class ConvertEventArgs : EventArgs { private object value; private Type desiredType; ///[To be supplied.] ////// /// public ConvertEventArgs(object value, Type desiredType) { this.value = value; this.desiredType = desiredType; } ///[To be supplied.] ////// /// public object Value { get { return value; } set { this.value = value; } } ///[To be supplied.] ////// /// public Type DesiredType { get { return desiredType; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; ////// /// public class ConvertEventArgs : EventArgs { private object value; private Type desiredType; ///[To be supplied.] ////// /// public ConvertEventArgs(object value, Type desiredType) { this.value = value; this.desiredType = desiredType; } ///[To be supplied.] ////// /// public object Value { get { return value; } set { this.value = value; } } ///[To be supplied.] ////// /// public Type DesiredType { get { return desiredType; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripProfessionalLowResolutionRenderer.cs
- SoapTransportImporter.cs
- EventLogReader.cs
- RelationshipFixer.cs
- ExpressionBindingCollection.cs
- EdmError.cs
- MethodSignatureGenerator.cs
- DropShadowBitmapEffect.cs
- DescendantBaseQuery.cs
- EntityObject.cs
- DependencyPropertyAttribute.cs
- Int64KeyFrameCollection.cs
- XPathSelfQuery.cs
- Empty.cs
- SelfIssuedAuthRSACryptoProvider.cs
- WebPartCollection.cs
- ParallelTimeline.cs
- RelatedCurrencyManager.cs
- CreateUserWizardStep.cs
- TouchFrameEventArgs.cs
- RequiredAttributeAttribute.cs
- WindowsSlider.cs
- BaseHashHelper.cs
- ClientFactory.cs
- XAMLParseException.cs
- CustomBindingElementCollection.cs
- MSAAWinEventWrap.cs
- ReferentialConstraint.cs
- RangeValueProviderWrapper.cs
- SystemIcmpV4Statistics.cs
- PropertyChangingEventArgs.cs
- ConfigurationLockCollection.cs
- DefaultTextStore.cs
- VersionedStream.cs
- ComponentGuaranteesAttribute.cs
- PageSettings.cs
- DeploymentExceptionMapper.cs
- Util.cs
- PageWrapper.cs
- CompositeCollection.cs
- PropertyGridCommands.cs
- ApplicationServiceHelper.cs
- InstalledVoice.cs
- WebPartActionVerb.cs
- CheckBoxDesigner.cs
- TaiwanCalendar.cs
- WpfGeneratedKnownProperties.cs
- RuntimeUtils.cs
- PermissionSet.cs
- NoClickablePointException.cs
- EventSetterHandlerConverter.cs
- ExpressionWriter.cs
- WindowsUpDown.cs
- SplitterCancelEvent.cs
- CommittableTransaction.cs
- StorageRoot.cs
- DBBindings.cs
- ServiceDesigner.cs
- LineInfo.cs
- PrePrepareMethodAttribute.cs
- MetaType.cs
- SetIterators.cs
- XmlComplianceUtil.cs
- RelatedCurrencyManager.cs
- CodeDelegateInvokeExpression.cs
- BinaryNode.cs
- ReadOnlyCollection.cs
- SystemTcpStatistics.cs
- PlainXmlDeserializer.cs
- BaseInfoTable.cs
- ToolStripItemCollection.cs
- GeneralTransform3D.cs
- PointLight.cs
- ImageDrawing.cs
- TemplateBaseAction.cs
- MdiWindowListStrip.cs
- OutOfProcStateClientManager.cs
- ChainOfResponsibility.cs
- DataGridViewDataConnection.cs
- XmlSchemaElement.cs
- SqlExpander.cs
- SmiEventSink_DeferedProcessing.cs
- _ShellExpression.cs
- InfoCardBinaryReader.cs
- WebServiceFault.cs
- MultiBinding.cs
- BinaryUtilClasses.cs
- MemoryRecordBuffer.cs
- RecommendedAsConfigurableAttribute.cs
- CharacterShapingProperties.cs
- SystemUnicastIPAddressInformation.cs
- TableLayoutSettingsTypeConverter.cs
- Journal.cs
- DataContractJsonSerializer.cs
- SocketElement.cs
- EventLogPermissionAttribute.cs
- SessionIDManager.cs
- ElementAction.cs
- DataError.cs
- ProxyGenerationError.cs