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
- Stackframe.cs
- LogAppendAsyncResult.cs
- WebContext.cs
- OdbcDataAdapter.cs
- HostingEnvironment.cs
- BookmarkInfo.cs
- PermissionSetTriple.cs
- DelimitedListTraceListener.cs
- ArgumentFixer.cs
- DataTemplateSelector.cs
- FatalException.cs
- MulticastNotSupportedException.cs
- ThreadPool.cs
- GeometryModel3D.cs
- DataListCommandEventArgs.cs
- BitStream.cs
- DocumentReference.cs
- MenuStrip.cs
- MimeObjectFactory.cs
- EastAsianLunisolarCalendar.cs
- ScrollProviderWrapper.cs
- DurableInstancingOptions.cs
- ElementProxy.cs
- TypeForwardedToAttribute.cs
- ExceptionAggregator.cs
- StateItem.cs
- Timer.cs
- WebPartPersonalization.cs
- Content.cs
- WpfMemberInvoker.cs
- clipboard.cs
- SqlUDTStorage.cs
- ListViewDeletedEventArgs.cs
- EntryPointNotFoundException.cs
- ProviderUtil.cs
- DbConnectionPoolGroupProviderInfo.cs
- QilFunction.cs
- RsaSecurityKey.cs
- ComplexTypeEmitter.cs
- DrawingState.cs
- StateMachine.cs
- MatrixTransform.cs
- OleDbParameter.cs
- future.cs
- PositiveTimeSpanValidator.cs
- TextTrailingWordEllipsis.cs
- DragCompletedEventArgs.cs
- PolicyStatement.cs
- DemultiplexingDispatchMessageFormatter.cs
- SessionPageStateSection.cs
- ProcessingInstructionAction.cs
- StrokeCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- WebPartChrome.cs
- RelationshipConverter.cs
- MessagePropertyAttribute.cs
- PrinterSettings.cs
- XmlNotation.cs
- DynamicDataRoute.cs
- ObjectDataSourceSelectingEventArgs.cs
- SplineQuaternionKeyFrame.cs
- XmlSchemaParticle.cs
- PropertyCollection.cs
- X509RecipientCertificateClientElement.cs
- SwitchCase.cs
- GB18030Encoding.cs
- CapabilitiesPattern.cs
- RadioButtonAutomationPeer.cs
- StyleTypedPropertyAttribute.cs
- UserPreferenceChangedEventArgs.cs
- RegistryPermission.cs
- CodeNamespaceImport.cs
- WebPartActionVerb.cs
- PeerMessageDispatcher.cs
- FontStyleConverter.cs
- AssemblyResourceLoader.cs
- SrgsRulesCollection.cs
- EntityProxyFactory.cs
- XmlAtomicValue.cs
- GridEntry.cs
- Identifier.cs
- IncomingWebRequestContext.cs
- PersonalizationStateInfoCollection.cs
- Missing.cs
- ReceiveMessageContent.cs
- rsa.cs
- XmlAggregates.cs
- CompositeDataBoundControl.cs
- PtsHelper.cs
- FunctionQuery.cs
- Int32EqualityComparer.cs
- storagemappingitemcollection.viewdictionary.cs
- KeyboardEventArgs.cs
- ClientRoleProvider.cs
- IPPacketInformation.cs
- ControlPaint.cs
- ListViewTableCell.cs
- MethodToken.cs
- TextDecorationCollection.cs
- DataGridBoundColumn.cs