Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / ConvertEvent.cs / 1 / 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
- StringPropertyBuilder.cs
- TableMethodGenerator.cs
- XmlComplianceUtil.cs
- BamlBinaryWriter.cs
- EntityCollection.cs
- ListViewItem.cs
- ReliableDuplexSessionChannel.cs
- HiddenFieldPageStatePersister.cs
- RemoteWebConfigurationHostStream.cs
- InputScopeNameConverter.cs
- ContainsRowNumberChecker.cs
- FillBehavior.cs
- DynamicILGenerator.cs
- CompilerWrapper.cs
- AmbiguousMatchException.cs
- UnicodeEncoding.cs
- ScrollBar.cs
- NavigationEventArgs.cs
- CompilationLock.cs
- HttpClientCertificate.cs
- ListViewItem.cs
- GridViewItemAutomationPeer.cs
- CollectionView.cs
- SafePointer.cs
- InfoCardListRequest.cs
- UriTemplateCompoundPathSegment.cs
- BCLDebug.cs
- ContentElement.cs
- SystemMulticastIPAddressInformation.cs
- OrderingInfo.cs
- TreeView.cs
- ScriptingWebServicesSectionGroup.cs
- DefinitionBase.cs
- APCustomTypeDescriptor.cs
- AuthorizationSection.cs
- XmlWrappingReader.cs
- ColorConvertedBitmap.cs
- AspNetSynchronizationContext.cs
- ProjectionPlan.cs
- SslStreamSecurityElement.cs
- ObservableCollectionDefaultValueFactory.cs
- MultipleViewPattern.cs
- XsdCachingReader.cs
- DomainUpDown.cs
- TextAdaptor.cs
- DataStreams.cs
- VectorAnimationUsingKeyFrames.cs
- ProvidePropertyAttribute.cs
- ArgumentOutOfRangeException.cs
- BitVector32.cs
- AnnotationObservableCollection.cs
- TransformerInfo.cs
- EpmSourceTree.cs
- DataListItem.cs
- Rights.cs
- XmlSchemaAttributeGroup.cs
- AsymmetricCryptoHandle.cs
- Random.cs
- DeferredTextReference.cs
- storagemappingitemcollection.viewdictionary.cs
- FileEnumerator.cs
- DataIdProcessor.cs
- ControlCollection.cs
- SourceFilter.cs
- Adorner.cs
- DataGridViewCellValueEventArgs.cs
- WebResourceAttribute.cs
- XmlDataContract.cs
- BaseCAMarshaler.cs
- MobileResource.cs
- UrlPath.cs
- SqlMethods.cs
- BindingContext.cs
- Regex.cs
- ColorMap.cs
- Error.cs
- RoleBoolean.cs
- LazyTextWriterCreator.cs
- HebrewNumber.cs
- Rect.cs
- UseLicense.cs
- WebBrowser.cs
- Cell.cs
- ScriptControl.cs
- ProcessRequestArgs.cs
- OrderedDictionary.cs
- Win32Native.cs
- FrameworkContextData.cs
- HtmlFormParameterWriter.cs
- WebBrowserNavigatedEventHandler.cs
- MemberMaps.cs
- DataServiceQuery.cs
- AttributeProviderAttribute.cs
- ContentPresenter.cs
- AuthenticationSection.cs
- TextTreePropertyUndoUnit.cs
- SdlChannelSink.cs
- EntityTypeBase.cs
- ScriptingWebServicesSectionGroup.cs
- CipherData.cs