Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / MS / Internal / InheritedPropertyChangedEventArgs.cs / 1 / InheritedPropertyChangedEventArgs.cs
//----------------------------------------------------------------------------
//
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Description: Event args for the (internal) InheritedPropertyChanged event
//
//---------------------------------------------------------------------------
using System;
using System.Windows;
namespace MS.Internal
{
// Event args for the (internal) InheritedPropertyChanged event
internal class InheritedPropertyChangedEventArgs : EventArgs
{
internal InheritedPropertyChangedEventArgs(ref InheritablePropertyChangeInfo info)
{
_info = info;
}
internal InheritablePropertyChangeInfo Info
{
get { return _info; }
}
private InheritablePropertyChangeInfo _info;
}
// Handler delegate for the (internal) InheritedPropertyChanged event
internal delegate void InheritedPropertyChangedEventHandler(object sender, InheritedPropertyChangedEventArgs e);
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------------------
//
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Description: Event args for the (internal) InheritedPropertyChanged event
//
//---------------------------------------------------------------------------
using System;
using System.Windows;
namespace MS.Internal
{
// Event args for the (internal) InheritedPropertyChanged event
internal class InheritedPropertyChangedEventArgs : EventArgs
{
internal InheritedPropertyChangedEventArgs(ref InheritablePropertyChangeInfo info)
{
_info = info;
}
internal InheritablePropertyChangeInfo Info
{
get { return _info; }
}
private InheritablePropertyChangeInfo _info;
}
// Handler delegate for the (internal) InheritedPropertyChanged event
internal delegate void InheritedPropertyChangedEventHandler(object sender, InheritedPropertyChangedEventArgs e);
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ButtonRenderer.cs
- DataGrid.cs
- MemberInfoSerializationHolder.cs
- ToolStripPanelSelectionGlyph.cs
- FirstQueryOperator.cs
- GuidelineSet.cs
- WmlLabelAdapter.cs
- DataGridCellInfo.cs
- StringOutput.cs
- DoubleCollectionConverter.cs
- Geometry.cs
- ZipIOExtraFieldZip64Element.cs
- SettingsProperty.cs
- GenericParameterDataContract.cs
- PasswordTextContainer.cs
- TableLayoutSettings.cs
- RoutedPropertyChangedEventArgs.cs
- WCFServiceClientProxyGenerator.cs
- InteropAutomationProvider.cs
- XmlEnumAttribute.cs
- NotImplementedException.cs
- XmlSchemaType.cs
- XmlDataCollection.cs
- XmlAnyElementAttribute.cs
- TimeoutHelper.cs
- OSFeature.cs
- QilXmlWriter.cs
- ContractHandle.cs
- DataErrorValidationRule.cs
- ICspAsymmetricAlgorithm.cs
- TreeIterator.cs
- RectAnimationClockResource.cs
- ChannelReliableSession.cs
- ContextMenuService.cs
- GeometryModel3D.cs
- HttpCacheVaryByContentEncodings.cs
- MatrixUtil.cs
- ThicknessKeyFrameCollection.cs
- UnsettableComboBox.cs
- SingleSelectRootGridEntry.cs
- SQLByte.cs
- ExpandedWrapper.cs
- AsyncCompletedEventArgs.cs
- SingleAnimationUsingKeyFrames.cs
- ThicknessAnimation.cs
- NativeWindow.cs
- Adorner.cs
- SuppressMessageAttribute.cs
- MemoryStream.cs
- Operator.cs
- TraceLog.cs
- Frame.cs
- _Events.cs
- BufferedGraphics.cs
- SecurityStateEncoder.cs
- EmptyEnumerator.cs
- SocketPermission.cs
- XmlDataSourceDesigner.cs
- ObjectDataSourceDisposingEventArgs.cs
- CriticalExceptions.cs
- NameGenerator.cs
- XmlTextAttribute.cs
- Nodes.cs
- DataMemberAttribute.cs
- DBCSCodePageEncoding.cs
- ToolStripDropDownClosedEventArgs.cs
- LOSFormatter.cs
- WindowsHyperlink.cs
- WebControlsSection.cs
- TextServicesPropertyRanges.cs
- DataFormats.cs
- SchemaCompiler.cs
- DataGridViewCellStyleConverter.cs
- ValidationEventArgs.cs
- ResourceExpressionBuilder.cs
- WebPartDesigner.cs
- Int16AnimationUsingKeyFrames.cs
- XmlUTF8TextReader.cs
- EndPoint.cs
- StringInfo.cs
- SynchronizedMessageSource.cs
- BrowsableAttribute.cs
- CmsInterop.cs
- TextTreeRootNode.cs
- SafeProcessHandle.cs
- HelpKeywordAttribute.cs
- ActivityDesignerHelper.cs
- EventWaitHandle.cs
- SingleObjectCollection.cs
- FileAuthorizationModule.cs
- PageHandlerFactory.cs
- ListViewCancelEventArgs.cs
- ControlCachePolicy.cs
- datacache.cs
- XMLDiffLoader.cs
- CollectionViewSource.cs
- KoreanCalendar.cs
- BitmapEffectInput.cs
- Filter.cs
- MbpInfo.cs