Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ImportOptions.cs
- ArrayItemValue.cs
- VectorCollection.cs
- HtmlInputCheckBox.cs
- CompressionTransform.cs
- CompletionProxy.cs
- RegularExpressionValidator.cs
- ReaderWriterLockSlim.cs
- UnsafeNativeMethods.cs
- DataFieldCollectionEditor.cs
- ASCIIEncoding.cs
- adornercollection.cs
- StorageConditionPropertyMapping.cs
- DataListItem.cs
- XmlDataSourceNodeDescriptor.cs
- ObjectIDGenerator.cs
- DesignTimeVisibleAttribute.cs
- ValidateNames.cs
- EntityTemplateUserControl.cs
- WebBrowserNavigatingEventHandler.cs
- XmlTextReaderImpl.cs
- Int32Animation.cs
- serverconfig.cs
- TextTreeText.cs
- TypedElement.cs
- UrlPropertyAttribute.cs
- Hash.cs
- SchemaElement.cs
- PositiveTimeSpanValidator.cs
- DocumentPageHost.cs
- RemotingException.cs
- HiddenField.cs
- SqlMethods.cs
- QilStrConcat.cs
- ConfigurationErrorsException.cs
- XslAstAnalyzer.cs
- ConsoleKeyInfo.cs
- RangeValidator.cs
- ConstructorExpr.cs
- CapabilitiesUse.cs
- CompiledQuery.cs
- MemoryMappedViewStream.cs
- LicenseContext.cs
- ThrowOnMultipleAssignment.cs
- EUCJPEncoding.cs
- Crc32Helper.cs
- SortedList.cs
- SqlProviderUtilities.cs
- CookieParameter.cs
- FilterableData.cs
- WindowsSpinner.cs
- WebPageTraceListener.cs
- Popup.cs
- RoleManagerModule.cs
- Converter.cs
- ObfuscateAssemblyAttribute.cs
- ActionItem.cs
- ApplyTemplatesAction.cs
- HostedHttpContext.cs
- DocumentPaginator.cs
- RichTextBoxDesigner.cs
- DocumentPaginator.cs
- ConditionCollection.cs
- MultiViewDesigner.cs
- GridItem.cs
- WebPartEditorApplyVerb.cs
- TextComposition.cs
- Lasso.cs
- webclient.cs
- OrderingQueryOperator.cs
- ViewCellRelation.cs
- NativeMethods.cs
- LogicalExpressionEditor.cs
- FunctionCommandText.cs
- EntityContainer.cs
- Permission.cs
- PropertyPushdownHelper.cs
- XPathQilFactory.cs
- ThreadPool.cs
- ChannelBinding.cs
- IISMapPath.cs
- FormsAuthenticationUserCollection.cs
- Events.cs
- XsltArgumentList.cs
- DBSqlParserTableCollection.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DataGridViewRowsRemovedEventArgs.cs
- IsolatedStorageFile.cs
- GetWinFXPath.cs
- TargetControlTypeCache.cs
- OleAutBinder.cs
- MaskedTextProvider.cs
- LockCookie.cs
- FileIOPermission.cs
- PenThreadPool.cs
- FormViewCommandEventArgs.cs
- ListSortDescription.cs
- DesignerCapabilities.cs
- ExpressionWriter.cs
- LinkButton.cs