Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- AllMembershipCondition.cs
- FragmentQuery.cs
- SqlCachedBuffer.cs
- CodeSubDirectory.cs
- FunctionQuery.cs
- StateMachineWorkflowInstance.cs
- SimpleHandlerFactory.cs
- StoreContentChangedEventArgs.cs
- StrongNameUtility.cs
- StrokeCollectionConverter.cs
- SqlHelper.cs
- RequestCacheValidator.cs
- WinEventQueueItem.cs
- returneventsaver.cs
- DataControlFieldCell.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- EmptyQuery.cs
- cache.cs
- EncryptedHeaderXml.cs
- ComplexTypeEmitter.cs
- XmlValidatingReader.cs
- SqlCachedBuffer.cs
- URLMembershipCondition.cs
- ConditionedDesigner.cs
- ExpressionPrefixAttribute.cs
- TrackPoint.cs
- ToolStripSeparator.cs
- SafeNativeMethods.cs
- SQLInt64Storage.cs
- ScriptDescriptor.cs
- TitleStyle.cs
- Latin1Encoding.cs
- ArraySet.cs
- _NestedMultipleAsyncResult.cs
- ISAPIRuntime.cs
- SecurityRuntime.cs
- ClientTargetSection.cs
- FieldNameLookup.cs
- UTF32Encoding.cs
- ProtectedUri.cs
- CodeMemberMethod.cs
- SlotInfo.cs
- ExpandSegment.cs
- WebSysDisplayNameAttribute.cs
- Activator.cs
- FixUp.cs
- VScrollBar.cs
- DataGridViewControlCollection.cs
- ServiceManager.cs
- RtfControlWordInfo.cs
- ResourceProperty.cs
- FontSizeConverter.cs
- XpsResourceDictionary.cs
- WebPartConnectionsEventArgs.cs
- ComplexBindingPropertiesAttribute.cs
- CompoundFileDeflateTransform.cs
- AssemblySettingAttributes.cs
- IconHelper.cs
- JsonQueryStringConverter.cs
- CngAlgorithm.cs
- StrongNameIdentityPermission.cs
- FixedFindEngine.cs
- SqlMethodAttribute.cs
- RelationalExpressions.cs
- HwndAppCommandInputProvider.cs
- WebPartEditorOkVerb.cs
- DataSourceIDConverter.cs
- DependencyPropertyValueSerializer.cs
- ValueConversionAttribute.cs
- PrinterUnitConvert.cs
- MatrixTransform.cs
- Vector3DConverter.cs
- MaxSessionCountExceededException.cs
- CollectionViewGroupRoot.cs
- HttpModuleAction.cs
- PositiveTimeSpanValidatorAttribute.cs
- DesignerTransaction.cs
- BindingGraph.cs
- _HeaderInfo.cs
- ProxyManager.cs
- CryptographicAttribute.cs
- QueryLifecycle.cs
- OrderedDictionaryStateHelper.cs
- SqlDataSourceAdvancedOptionsForm.cs
- AsyncParams.cs
- SchemaElementLookUpTable.cs
- Utils.cs
- MLangCodePageEncoding.cs
- BuildProvider.cs
- FixedFindEngine.cs
- AppliesToBehaviorDecisionTable.cs
- DrawingContextFlattener.cs
- SmiContext.cs
- AmbientValueAttribute.cs
- CrossContextChannel.cs
- GlobalItem.cs
- XpsStructure.cs
- ConfigurationFileMap.cs
- DataGridCellItemAutomationPeer.cs
- LabelDesigner.cs