Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / WinFormsIntegration / System / Windows / Integration / ChildChangedEventArgs.cs / 1 / ChildChangedEventArgs.cs
using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Windows.Forms.Integration { ////// Occurs when the Child property changes. /// public class ChildChangedEventArgs : EventArgs { ////// Initializes a new instance of the ChildChangedEventArgs class. /// public ChildChangedEventArgs(object previousChild) { _previousChild = previousChild; } private object _previousChild; ////// The value of the Child property before it was set to a new value. /// public object PreviousChild { get { return _previousChild; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Windows.Forms.Integration { ////// Occurs when the Child property changes. /// public class ChildChangedEventArgs : EventArgs { ////// Initializes a new instance of the ChildChangedEventArgs class. /// public ChildChangedEventArgs(object previousChild) { _previousChild = previousChild; } private object _previousChild; ////// The value of the Child property before it was set to a new value. /// public object PreviousChild { get { return _previousChild; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MDIWindowDialog.cs
- IssuerInformation.cs
- SerializationAttributes.cs
- TableRow.cs
- XmlSchemaAnnotated.cs
- DataPagerFieldItem.cs
- PropertyKey.cs
- MemoryFailPoint.cs
- BindingExpressionUncommonField.cs
- SqlConnectionManager.cs
- ThemeInfoAttribute.cs
- DataGridViewAccessibleObject.cs
- HttpModuleCollection.cs
- CodeDefaultValueExpression.cs
- AdornerPresentationContext.cs
- DesignerActionTextItem.cs
- MsmqInputChannel.cs
- ImageClickEventArgs.cs
- ShimAsPublicXamlType.cs
- ApplicationSecurityManager.cs
- XmlNullResolver.cs
- PreviousTrackingServiceAttribute.cs
- MSAAEventDispatcher.cs
- FilterElement.cs
- Span.cs
- sqlpipe.cs
- PopupEventArgs.cs
- Part.cs
- WindowsScrollBarBits.cs
- DbReferenceCollection.cs
- CalendarDay.cs
- MarkupExtensionReturnTypeAttribute.cs
- ButtonAutomationPeer.cs
- InternalTypeHelper.cs
- XmlSerializerNamespaces.cs
- DirectoryLocalQuery.cs
- SelectionPattern.cs
- NumberFormatInfo.cs
- Parameter.cs
- MetadataCacheItem.cs
- FormatSettings.cs
- UnsafeNativeMethods.cs
- MatrixConverter.cs
- C14NUtil.cs
- Typography.cs
- SQLGuid.cs
- TemplatePagerField.cs
- VisualStateChangedEventArgs.cs
- MailSettingsSection.cs
- RawUIStateInputReport.cs
- OletxEnlistment.cs
- BufferCache.cs
- HttpClientCertificate.cs
- SharedUtils.cs
- XPathPatternBuilder.cs
- ScrollBar.cs
- ListView.cs
- CustomError.cs
- ISFTagAndGuidCache.cs
- DependencyObject.cs
- TextBoxAutomationPeer.cs
- XmlBinaryReader.cs
- ExtensionQuery.cs
- ImmutableObjectAttribute.cs
- TextBox.cs
- QilList.cs
- TargetParameterCountException.cs
- AsyncPostBackTrigger.cs
- ColumnWidthChangingEvent.cs
- LocationUpdates.cs
- EmptyImpersonationContext.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- PageSettings.cs
- Soap12ProtocolImporter.cs
- ListItemParagraph.cs
- ExpressionBuilder.cs
- RoleGroup.cs
- QueryConverter.cs
- ClientConfigurationSystem.cs
- SqlVersion.cs
- Attributes.cs
- ReadOnlyNameValueCollection.cs
- HttpResponse.cs
- XmlMapping.cs
- IPAddressCollection.cs
- SqlFormatter.cs
- XmlnsCompatibleWithAttribute.cs
- MonitoringDescriptionAttribute.cs
- Viewport2DVisual3D.cs
- ArgumentException.cs
- SecurityHelper.cs
- VectorAnimationUsingKeyFrames.cs
- Scripts.cs
- BrowserTree.cs
- ContentHostHelper.cs
- ParallelSeparator.xaml.cs
- CounterSet.cs
- DataGridViewSelectedRowCollection.cs
- PcmConverter.cs
- SynchronizationLockException.cs