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
- RubberbandSelector.cs
- BamlStream.cs
- Journal.cs
- ExpanderAutomationPeer.cs
- InlineUIContainer.cs
- SqlProviderUtilities.cs
- DBDataPermissionAttribute.cs
- EncryptedType.cs
- NumberSubstitution.cs
- PropertyTabChangedEvent.cs
- DataSourceSelectArguments.cs
- RectValueSerializer.cs
- SimpleMailWebEventProvider.cs
- AssociationSetEnd.cs
- ToolStripMenuItem.cs
- TableLayoutColumnStyleCollection.cs
- RadioButton.cs
- RowSpanVector.cs
- WaitForChangedResult.cs
- ErrorStyle.cs
- PropertyNames.cs
- DocumentSequenceHighlightLayer.cs
- EnumUnknown.cs
- HashCryptoHandle.cs
- AxHost.cs
- SafeFindHandle.cs
- PartitionerQueryOperator.cs
- CodeCommentStatement.cs
- DataGridViewCellParsingEventArgs.cs
- SingletonInstanceContextProvider.cs
- XPathItem.cs
- EventArgs.cs
- IdentityValidationException.cs
- ToolStripCodeDomSerializer.cs
- PermissionSet.cs
- Repeater.cs
- TemplatedMailWebEventProvider.cs
- TextServicesDisplayAttribute.cs
- XmlCDATASection.cs
- ServerType.cs
- SafeReversePInvokeHandle.cs
- SecurityToken.cs
- wmiprovider.cs
- RelOps.cs
- Quaternion.cs
- FamilyTypeface.cs
- FormsAuthenticationConfiguration.cs
- WsdlContractConversionContext.cs
- BrushConverter.cs
- Vector3DKeyFrameCollection.cs
- Brush.cs
- SrgsDocumentParser.cs
- NameSpaceExtractor.cs
- PrimitiveSchema.cs
- CustomExpression.cs
- WebZone.cs
- HtmlShimManager.cs
- StringUtil.cs
- ExtendedPropertyDescriptor.cs
- HtmlInputPassword.cs
- EdgeModeValidation.cs
- LowerCaseStringConverter.cs
- LineServicesCallbacks.cs
- ListViewItem.cs
- CodeTypeDeclarationCollection.cs
- ManagementPath.cs
- HighlightComponent.cs
- MetaTable.cs
- X509Certificate.cs
- EventLogEntry.cs
- SafeBitVector32.cs
- While.cs
- ExplicitDiscriminatorMap.cs
- TreeNodeBinding.cs
- EncryptedPackageFilter.cs
- ConnectionStringSettings.cs
- RegexCapture.cs
- BrowserCapabilitiesCodeGenerator.cs
- OutputCacheProfile.cs
- GridEntryCollection.cs
- XmlArrayItemAttribute.cs
- Marshal.cs
- LiteralTextContainerControlBuilder.cs
- CrossAppDomainChannel.cs
- ListParagraph.cs
- BooleanExpr.cs
- IPipelineRuntime.cs
- SQLMoney.cs
- RelationshipWrapper.cs
- NetNamedPipeBinding.cs
- System.Data.OracleClient_BID.cs
- PlanCompilerUtil.cs
- TreeNodeCollection.cs
- WebReferencesBuildProvider.cs
- CustomPopupPlacement.cs
- EntityWrapperFactory.cs
- DoubleLinkListEnumerator.cs
- EndOfStreamException.cs
- SurrogateEncoder.cs
- DesignerWidgets.cs