Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewTopRowAccessibleObject.cs
- AssemblyCollection.cs
- XmlSchemaImport.cs
- DataRecordInfo.cs
- WaveHeader.cs
- DateTimeUtil.cs
- DataGridViewAccessibleObject.cs
- StringFunctions.cs
- ClientType.cs
- CommonGetThemePartSize.cs
- NoneExcludedImageIndexConverter.cs
- XamlLoadErrorInfo.cs
- HitTestResult.cs
- DataGridViewBand.cs
- XamlRtfConverter.cs
- DataGridSortCommandEventArgs.cs
- ClientScriptManagerWrapper.cs
- TargetPerspective.cs
- Literal.cs
- TextElement.cs
- AssemblyCache.cs
- TraceContextRecord.cs
- DataGridViewRowStateChangedEventArgs.cs
- DynamicPropertyHolder.cs
- DataGridrowEditEndingEventArgs.cs
- AsnEncodedData.cs
- HealthMonitoringSectionHelper.cs
- NameObjectCollectionBase.cs
- SqlDataSourceSelectingEventArgs.cs
- StrokeFIndices.cs
- GuidConverter.cs
- WSHttpBindingElement.cs
- TypeSystem.cs
- NetNamedPipeBinding.cs
- CSharpCodeProvider.cs
- DateTimeFormatInfoScanner.cs
- PanelStyle.cs
- OletxCommittableTransaction.cs
- StateRuntime.cs
- RightsManagementEncryptedStream.cs
- HttpProxyTransportBindingElement.cs
- XslTransform.cs
- SubMenuStyle.cs
- ColumnMapCopier.cs
- ChannelEndpointElement.cs
- RenderContext.cs
- HttpApplicationStateBase.cs
- FormViewCommandEventArgs.cs
- CompositeControl.cs
- PolygonHotSpot.cs
- OrderedDictionaryStateHelper.cs
- EntityViewGenerationConstants.cs
- SplineKeyFrames.cs
- TextTreeObjectNode.cs
- StorageInfo.cs
- NodeFunctions.cs
- RequestCachePolicy.cs
- DocumentEventArgs.cs
- InputEventArgs.cs
- UInt16Converter.cs
- ScrollBar.cs
- Fonts.cs
- PagedControl.cs
- Pen.cs
- CorrelationTokenTypeConvertor.cs
- RelationHandler.cs
- ArrayList.cs
- StateManagedCollection.cs
- CompilerCollection.cs
- ProtocolsConfigurationHandler.cs
- WebPartActionVerb.cs
- WindowsStatic.cs
- SchemaNotation.cs
- AvtEvent.cs
- ItemsControlAutomationPeer.cs
- XmlBoundElement.cs
- CodeGeneratorOptions.cs
- VirtualizingStackPanel.cs
- DeclaredTypeElement.cs
- documentsequencetextpointer.cs
- EpmCustomContentDeSerializer.cs
- MetadataItem.cs
- HashRepartitionEnumerator.cs
- GridEntry.cs
- ConfigurationSchemaErrors.cs
- CredentialCache.cs
- InstanceData.cs
- HitTestParameters3D.cs
- ProcessProtocolHandler.cs
- ControlDesigner.cs
- DescendentsWalker.cs
- CodePageEncoding.cs
- InstanceStore.cs
- GenericEnumConverter.cs
- Matrix.cs
- AutomationPatternInfo.cs
- CryptoHelper.cs
- Evaluator.cs
- MemberAssignmentAnalysis.cs
- isolationinterop.cs