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
- XmlJsonWriter.cs
- PtsHelper.cs
- UrlAuthFailureHandler.cs
- XmlWhitespace.cs
- _PooledStream.cs
- RegexStringValidator.cs
- DoubleStorage.cs
- __Filters.cs
- COM2ColorConverter.cs
- LinqDataSource.cs
- DatagridviewDisplayedBandsData.cs
- IDictionary.cs
- HostedHttpTransportManager.cs
- DataGridItemCollection.cs
- Lease.cs
- IsolationInterop.cs
- ItemsPresenter.cs
- UnSafeCharBuffer.cs
- PauseStoryboard.cs
- Canvas.cs
- CultureInfo.cs
- ConfigurationSettings.cs
- FormatPage.cs
- BasicHttpBindingCollectionElement.cs
- EntityWrapper.cs
- TextRangeBase.cs
- OrderedEnumerableRowCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- MatrixTransform.cs
- CompositeClientFormatter.cs
- FlowchartDesigner.Helpers.cs
- Pen.cs
- FloaterBaseParaClient.cs
- Polyline.cs
- OleDbDataAdapter.cs
- DateTimeStorage.cs
- TextDecorations.cs
- _LocalDataStore.cs
- UnsafeNativeMethods.cs
- Geometry.cs
- MultiDataTrigger.cs
- ListBase.cs
- DotExpr.cs
- ProcessHostConfigUtils.cs
- Exception.cs
- RawStylusInputCustomDataList.cs
- StrokeCollectionConverter.cs
- WindowsEditBoxRange.cs
- PeerName.cs
- AsyncWaitHandle.cs
- Permission.cs
- ReadOnlyCollectionBase.cs
- XmlSchemaType.cs
- Schema.cs
- UnsafeNativeMethods.cs
- RelationshipEnd.cs
- CodeIterationStatement.cs
- XmlSchemaCollection.cs
- AppSettingsExpressionBuilder.cs
- RadioButtonList.cs
- DataControlFieldCell.cs
- RelatedEnd.cs
- OleDbParameterCollection.cs
- ThreadStateException.cs
- Section.cs
- ProfileGroupSettingsCollection.cs
- WebPartUtil.cs
- FixedHighlight.cs
- CompositeControl.cs
- XMLUtil.cs
- OracleDateTime.cs
- SoapFormatterSinks.cs
- TextSpan.cs
- WmpBitmapDecoder.cs
- CssStyleCollection.cs
- DesignerActionListCollection.cs
- TaiwanCalendar.cs
- DiscreteKeyFrames.cs
- DataComponentGenerator.cs
- ValidatorCompatibilityHelper.cs
- MatchNoneMessageFilter.cs
- StringAttributeCollection.cs
- InkCanvasSelectionAdorner.cs
- XslAst.cs
- Material.cs
- BindingBase.cs
- safelinkcollection.cs
- UpdateInfo.cs
- Socket.cs
- LambdaCompiler.Binary.cs
- WindowInteractionStateTracker.cs
- Effect.cs
- GiveFeedbackEventArgs.cs
- AsnEncodedData.cs
- RichTextBoxContextMenu.cs
- ProjectionPlan.cs
- ObjectIDGenerator.cs
- StyleSheet.cs
- ParameterBuilder.cs
- OdbcEnvironmentHandle.cs