Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / InheritedPropertyChangedEventArgs.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PreparingEnlistment.cs
- WindowProviderWrapper.cs
- SortQuery.cs
- PathGeometry.cs
- WindowsStartMenu.cs
- NullableConverter.cs
- typedescriptorpermission.cs
- XamlToRtfParser.cs
- TextAdaptor.cs
- ExpressionNormalizer.cs
- PageClientProxyGenerator.cs
- MultipartIdentifier.cs
- WebPartEventArgs.cs
- SHA384Managed.cs
- Version.cs
- RemotingConfigParser.cs
- Stylus.cs
- StringFunctions.cs
- SEHException.cs
- WebPartConnectionsCloseVerb.cs
- CodeTypeMember.cs
- GenerateScriptTypeAttribute.cs
- CachedFontFace.cs
- AdRotator.cs
- QueryMatcher.cs
- PackageRelationship.cs
- XmlDataDocument.cs
- LookupBindingPropertiesAttribute.cs
- TimeSpanValidatorAttribute.cs
- RenderTargetBitmap.cs
- NamespaceQuery.cs
- IConvertible.cs
- TextBoxRenderer.cs
- DataControlFieldsEditor.cs
- FastEncoderStatics.cs
- FixedDocumentSequencePaginator.cs
- TaskHelper.cs
- HtmlElementEventArgs.cs
- ScriptIgnoreAttribute.cs
- EventlogProvider.cs
- TraversalRequest.cs
- FixedSOMTableRow.cs
- AudioFileOut.cs
- XmlSchemaAnnotated.cs
- ContextMenu.cs
- ToolStripLocationCancelEventArgs.cs
- CellIdBoolean.cs
- _NetRes.cs
- ThemeDictionaryExtension.cs
- OptimizedTemplateContentHelper.cs
- ObjectDataProvider.cs
- PasswordBox.cs
- StringTraceRecord.cs
- ParseChildrenAsPropertiesAttribute.cs
- SchemaNotation.cs
- GridViewCellAutomationPeer.cs
- HtmlInputText.cs
- ProcessHostMapPath.cs
- ETagAttribute.cs
- Claim.cs
- sqlstateclientmanager.cs
- AutomationPatternInfo.cs
- ScaleTransform3D.cs
- InputReportEventArgs.cs
- CustomErrorsSection.cs
- PersistChildrenAttribute.cs
- TextView.cs
- webproxy.cs
- CodeCommentStatementCollection.cs
- TrustVersion.cs
- Configuration.cs
- OleStrCAMarshaler.cs
- DetailsViewUpdateEventArgs.cs
- ValueProviderWrapper.cs
- DotAtomReader.cs
- MsmqAuthenticationMode.cs
- StructuredType.cs
- SmtpException.cs
- ParameterBuilder.cs
- Int32RectConverter.cs
- ColorAnimation.cs
- MessageDecoder.cs
- DataContractSerializerOperationFormatter.cs
- SecurityTokenParametersEnumerable.cs
- Int32Rect.cs
- FtpCachePolicyElement.cs
- FormViewInsertedEventArgs.cs
- CacheModeConverter.cs
- Hashtable.cs
- WindowsTab.cs
- TypeToStringValueConverter.cs
- TemplatedWizardStep.cs
- ToolStripInSituService.cs
- HandleExceptionArgs.cs
- WebPartHelpVerb.cs
- WebPartUserCapability.cs
- EnumerableRowCollectionExtensions.cs
- AttributeEmitter.cs
- SafeProcessHandle.cs
- KeyboardEventArgs.cs