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
- PaintValueEventArgs.cs
- EventInfo.cs
- SchemaTableColumn.cs
- StylusPointPropertyInfo.cs
- DateTimeConstantAttribute.cs
- DesigntimeLicenseContextSerializer.cs
- XmlSchemaObject.cs
- ObjectQuery_EntitySqlExtensions.cs
- FontUnitConverter.cs
- CallSiteHelpers.cs
- AuthorizationPolicyTypeElement.cs
- EntityReference.cs
- Trustee.cs
- WebPartDescriptionCollection.cs
- NameService.cs
- ObservableDictionary.cs
- ImageIndexConverter.cs
- X509SecurityTokenAuthenticator.cs
- TextCompositionManager.cs
- HtmlDocument.cs
- DelegateInArgument.cs
- RefreshPropertiesAttribute.cs
- RecognitionEventArgs.cs
- HotSpotCollection.cs
- StrongBox.cs
- ClickablePoint.cs
- DataServiceRequestArgs.cs
- NativeBuffer.cs
- ExpressionEditorAttribute.cs
- COM2ExtendedUITypeEditor.cs
- SchemaImporterExtensionElementCollection.cs
- WebScriptServiceHost.cs
- ThreadAttributes.cs
- DesignerOptions.cs
- SplitContainer.cs
- PlatformCulture.cs
- WebRequestModuleElementCollection.cs
- WebPartVerb.cs
- XmlQueryType.cs
- SchemaNotation.cs
- MatrixAnimationUsingKeyFrames.cs
- XmlValidatingReaderImpl.cs
- TemplatePagerField.cs
- PagesChangedEventArgs.cs
- cookieexception.cs
- TextWriter.cs
- GraphicsPath.cs
- StoreItemCollection.cs
- HttpModule.cs
- _ConnectionGroup.cs
- InvokeProviderWrapper.cs
- TraceSwitch.cs
- SamlSecurityToken.cs
- EntityProviderFactory.cs
- CLRBindingWorker.cs
- RadioButtonList.cs
- XmlCharCheckingWriter.cs
- FormsAuthenticationUser.cs
- ActivityWithResultConverter.cs
- KeyedCollection.cs
- DiagnosticTrace.cs
- QuadraticEase.cs
- CorrelationManager.cs
- HttpServerVarsCollection.cs
- HtmlToClrEventProxy.cs
- StandardBindingImporter.cs
- CodeBinaryOperatorExpression.cs
- ThreadStaticAttribute.cs
- XmlReflectionMember.cs
- DecoderBestFitFallback.cs
- DecoratedNameAttribute.cs
- WindowsTreeView.cs
- RC2.cs
- MimeReflector.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CodeDirectiveCollection.cs
- HttpCacheParams.cs
- RulePatternOps.cs
- Membership.cs
- RequestedSignatureDialog.cs
- NavigationPropertyEmitter.cs
- TransformCryptoHandle.cs
- InheritedPropertyChangedEventArgs.cs
- PropertyGridEditorPart.cs
- CodeTypeMemberCollection.cs
- SchemaElement.cs
- Ipv6Element.cs
- SmtpClient.cs
- AssociationSetMetadata.cs
- XmlSignificantWhitespace.cs
- EventMappingSettings.cs
- XmlSchemaParticle.cs
- Transform.cs
- FixedLineResult.cs
- PeerContact.cs
- WebPartUserCapability.cs
- MatrixCamera.cs
- DBBindings.cs
- TailPinnedEventArgs.cs
- NativeMethods.cs