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
- Parameter.cs
- NullRuntimeConfig.cs
- WindowsSolidBrush.cs
- CounterCreationDataCollection.cs
- EntityDataSourceReferenceGroup.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ComplexObject.cs
- LayoutTable.cs
- SmiEventSink.cs
- AttributeInfo.cs
- DataGridViewImageCell.cs
- TypeFieldSchema.cs
- PrimitiveType.cs
- Byte.cs
- WriteTimeStream.cs
- DataServiceHostFactory.cs
- TrackBar.cs
- XmlIgnoreAttribute.cs
- FormsAuthenticationUser.cs
- MsmqIntegrationValidationBehavior.cs
- DBAsyncResult.cs
- TemplateControlBuildProvider.cs
- Certificate.cs
- PolyLineSegmentFigureLogic.cs
- BindingContext.cs
- SkipQueryOptionExpression.cs
- DSGeneratorProblem.cs
- FirstMatchCodeGroup.cs
- TypeCollectionDesigner.xaml.cs
- Visitor.cs
- MouseActionValueSerializer.cs
- _BasicClient.cs
- ProcessActivityTreeOptions.cs
- MenuEventArgs.cs
- EventProviderWriter.cs
- CompleteWizardStep.cs
- _HelperAsyncResults.cs
- Stream.cs
- BitmapFrameEncode.cs
- DataGridItem.cs
- CancellationTokenSource.cs
- DispatcherProcessingDisabled.cs
- OleDbCommand.cs
- MetabaseReader.cs
- ObjectStateFormatter.cs
- ObjectItemCachedAssemblyLoader.cs
- cryptoapiTransform.cs
- MaskDescriptor.cs
- ADMembershipProvider.cs
- BitmapFrameDecode.cs
- TrackPoint.cs
- ZipIOExtraFieldPaddingElement.cs
- CodePrimitiveExpression.cs
- TemplateParser.cs
- CompoundFileStreamReference.cs
- MediaSystem.cs
- TreeViewImageIndexConverter.cs
- PathSegment.cs
- DataIdProcessor.cs
- EntityCommandDefinition.cs
- XmlElement.cs
- DataTableNewRowEvent.cs
- MediaCommands.cs
- HotSpotCollection.cs
- IIS7WorkerRequest.cs
- DataRowComparer.cs
- NameObjectCollectionBase.cs
- ByteAnimation.cs
- ToolBarPanel.cs
- GenericRootAutomationPeer.cs
- CompositeActivityCodeGenerator.cs
- ComponentResourceManager.cs
- AbstractDataSvcMapFileLoader.cs
- ToolTipAutomationPeer.cs
- DesignerActionItem.cs
- TabPage.cs
- BuildManager.cs
- CounterSample.cs
- NavigatorInvalidBodyAccessException.cs
- CachedBitmap.cs
- XmlILConstructAnalyzer.cs
- WebPartExportVerb.cs
- IFormattable.cs
- StartUpEventArgs.cs
- MarshalByValueComponent.cs
- DesignerTransaction.cs
- BoolExpression.cs
- documentsequencetextpointer.cs
- GenericPrincipal.cs
- ArrayItemReference.cs
- IRCollection.cs
- PerformanceCounterManager.cs
- BrowsableAttribute.cs
- DashStyle.cs
- AsyncStreamReader.cs
- TextLine.cs
- XsltException.cs
- MultipartIdentifier.cs
- MultipleViewProviderWrapper.cs
- HostExecutionContextManager.cs