Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- BitmapFrameEncode.cs
- AggregateNode.cs
- Crc32.cs
- PropertyToken.cs
- ListMarkerLine.cs
- PropertyEntry.cs
- ObjectManager.cs
- Matrix.cs
- LogLogRecordEnumerator.cs
- DynamicUpdateCommand.cs
- ThreadExceptionDialog.cs
- BuildManager.cs
- Menu.cs
- SecurityManager.cs
- SchemaNames.cs
- SocketSettings.cs
- XPathNodePointer.cs
- WindowsImpersonationContext.cs
- HtmlTernaryTree.cs
- COMException.cs
- XsdDuration.cs
- RadioButton.cs
- AppAction.cs
- PreProcessInputEventArgs.cs
- FormatVersion.cs
- Track.cs
- PointAnimationClockResource.cs
- XmlILOptimizerVisitor.cs
- TokenFactoryBase.cs
- HttpFileCollection.cs
- WebBaseEventKeyComparer.cs
- CodePropertyReferenceExpression.cs
- SoapElementAttribute.cs
- ResourcePart.cs
- SessionStateSection.cs
- ExportOptions.cs
- HtmlInputHidden.cs
- CodeMethodInvokeExpression.cs
- ScriptMethodAttribute.cs
- QueuePathDialog.cs
- MethodToken.cs
- HexParser.cs
- AesCryptoServiceProvider.cs
- GeometryDrawing.cs
- CalendarBlackoutDatesCollection.cs
- DeclaredTypeElement.cs
- SessionPageStatePersister.cs
- ConditionBrowserDialog.cs
- DefaultValueAttribute.cs
- DocumentGrid.cs
- MailDefinition.cs
- DataServiceProviderMethods.cs
- oledbmetadatacollectionnames.cs
- IApplicationTrustManager.cs
- ProfessionalColorTable.cs
- CompiledRegexRunner.cs
- KeyNotFoundException.cs
- RealProxy.cs
- ControlEvent.cs
- ThreadStaticAttribute.cs
- SnapshotChangeTrackingStrategy.cs
- SessionStateModule.cs
- Repeater.cs
- BindingCollection.cs
- BindingElementExtensionElement.cs
- XmlSchemaSimpleTypeList.cs
- WmlImageAdapter.cs
- SqlReorderer.cs
- SafeRegistryHandle.cs
- TTSEngineProxy.cs
- DataBindingsDialog.cs
- XLinq.cs
- AlignmentYValidation.cs
- MenuTracker.cs
- IImplicitResourceProvider.cs
- MessagingActivityHelper.cs
- ListComponentEditorPage.cs
- PropertyMap.cs
- StringUtil.cs
- ListViewItemCollectionEditor.cs
- DayRenderEvent.cs
- DropSource.cs
- TransportListener.cs
- CellTreeNode.cs
- RectAnimation.cs
- AttributeEmitter.cs
- SessionStateUtil.cs
- Constants.cs
- DataGridBoundColumn.cs
- MailAddress.cs
- StylusButtonCollection.cs
- TemplateApplicationHelper.cs
- TextEffectCollection.cs
- FileNotFoundException.cs
- ListBoxChrome.cs
- PolyLineSegmentFigureLogic.cs
- RootBrowserWindowProxy.cs
- SystemInformation.cs
- ScriptingSectionGroup.cs
- WindowsTokenRoleProvider.cs