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
- HitTestResult.cs
- PriorityBinding.cs
- UrlPropertyAttribute.cs
- BinaryFormatterWriter.cs
- TagNameToTypeMapper.cs
- ToolStripHighContrastRenderer.cs
- PersonalizationStateInfo.cs
- ResourcePool.cs
- SubtreeProcessor.cs
- ColorConvertedBitmap.cs
- ConfigurationSection.cs
- IISUnsafeMethods.cs
- StreamingContext.cs
- FigureParagraph.cs
- XmlSchemaSimpleContent.cs
- QuadTree.cs
- ReaderWriterLockWrapper.cs
- CodeDelegateInvokeExpression.cs
- Viewport2DVisual3D.cs
- TextCompositionEventArgs.cs
- AuthenticatedStream.cs
- EdmSchemaError.cs
- TypeBrowserDialog.cs
- SvcMapFile.cs
- SizeAnimationClockResource.cs
- PackageRelationshipCollection.cs
- AuthenticationService.cs
- Splitter.cs
- Exception.cs
- FunctionNode.cs
- IntPtr.cs
- AssociatedControlConverter.cs
- KnownColorTable.cs
- PriorityBinding.cs
- ProfileParameter.cs
- TaiwanLunisolarCalendar.cs
- DelegatingChannelListener.cs
- DrawingContext.cs
- BackStopAuthenticationModule.cs
- RootDesignerSerializerAttribute.cs
- EntityViewGenerationAttribute.cs
- XmlDomTextWriter.cs
- InstancePersistenceException.cs
- InvalidEnumArgumentException.cs
- BufferBuilder.cs
- SpeechAudioFormatInfo.cs
- DocumentSequenceHighlightLayer.cs
- CorrelationQuery.cs
- FormViewModeEventArgs.cs
- ComponentRenameEvent.cs
- TransactionProtocol.cs
- TableProvider.cs
- CodeRemoveEventStatement.cs
- WorkflowViewService.cs
- RegexStringValidatorAttribute.cs
- EncryptedHeaderXml.cs
- DecimalConstantAttribute.cs
- ImportOptions.cs
- BypassElementCollection.cs
- URLIdentityPermission.cs
- DbConnectionClosed.cs
- RemoteWebConfigurationHostServer.cs
- XmlWriter.cs
- EntityObject.cs
- TdsParameterSetter.cs
- TdsParameterSetter.cs
- FlowSwitchLink.cs
- SrgsElement.cs
- DocumentViewer.cs
- PropertyDescriptorComparer.cs
- DnsEndpointIdentity.cs
- PhysicalFontFamily.cs
- Restrictions.cs
- ComponentDesigner.cs
- IdnMapping.cs
- MenuItem.cs
- SkinIDTypeConverter.cs
- MediaCommands.cs
- WebBrowserEvent.cs
- PageSetupDialog.cs
- XmlCompatibilityReader.cs
- DependencyPropertyConverter.cs
- DrawingVisual.cs
- ResourceDisplayNameAttribute.cs
- FormatException.cs
- LOSFormatter.cs
- ISAPIWorkerRequest.cs
- Transform3DGroup.cs
- CfgParser.cs
- DataGridViewCellCancelEventArgs.cs
- IconConverter.cs
- HelpFileFileNameEditor.cs
- CodeAttributeDeclaration.cs
- ValueQuery.cs
- DynamicPropertyReader.cs
- AssemblyAssociatedContentFileAttribute.cs
- FrameworkElementFactoryMarkupObject.cs
- DataGridViewComboBoxColumn.cs
- DataGridViewCellStyleChangedEventArgs.cs
- SmiMetaData.cs