Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // //// 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
- SerializationException.cs
- Utilities.cs
- XmlNodeWriter.cs
- MappingException.cs
- AmbientProperties.cs
- XmlExceptionHelper.cs
- CodeCompiler.cs
- DebugView.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CompoundFileStreamReference.cs
- SqlBuilder.cs
- OwnerDrawPropertyBag.cs
- UIHelper.cs
- QueryExecutionOption.cs
- DeflateInput.cs
- X509CertificateEndpointIdentity.cs
- EDesignUtil.cs
- FlowDocumentPage.cs
- ScriptResourceHandler.cs
- WindowsIdentity.cs
- DependencyPropertyAttribute.cs
- CachedFontFamily.cs
- InitializeCorrelation.cs
- AsymmetricSecurityBindingElement.cs
- IdnMapping.cs
- X509Certificate2.cs
- _AutoWebProxyScriptEngine.cs
- TreeViewAutomationPeer.cs
- MobileResource.cs
- GPPOINT.cs
- SelectionListDesigner.cs
- SqlBuffer.cs
- recordstatefactory.cs
- NavigationProgressEventArgs.cs
- PrtTicket_Editor.cs
- OleDbPermission.cs
- ClientCultureInfo.cs
- CodeExpressionRuleDeclaration.cs
- FlowNode.cs
- WorkflowMarkupSerializer.cs
- UiaCoreProviderApi.cs
- SrgsDocument.cs
- Image.cs
- StringComparer.cs
- FileIOPermission.cs
- Win32PrintDialog.cs
- RootDesignerSerializerAttribute.cs
- CancellationState.cs
- SslStream.cs
- LinqDataSource.cs
- XPathDocumentBuilder.cs
- PageBreakRecord.cs
- IndexedEnumerable.cs
- SerializationInfo.cs
- Vector3DCollectionConverter.cs
- X509ChainPolicy.cs
- EmbeddedMailObjectsCollection.cs
- FindCriteriaApril2005.cs
- EntityConnection.cs
- WsdlHelpGeneratorElement.cs
- TypeSemantics.cs
- HandleExceptionArgs.cs
- ServicePointManager.cs
- DbTransaction.cs
- DesignSurface.cs
- SharedPerformanceCounter.cs
- Misc.cs
- CompModSwitches.cs
- ManualResetEvent.cs
- CollectionChangedEventManager.cs
- ConvertersCollection.cs
- log.cs
- WebRequestModulesSection.cs
- ConstructorExpr.cs
- StringArrayConverter.cs
- WebPartVerbCollection.cs
- DbCommandTree.cs
- CollaborationHelperFunctions.cs
- CodeCommentStatementCollection.cs
- IconConverter.cs
- Span.cs
- EdmScalarPropertyAttribute.cs
- AnimationException.cs
- DataGridViewCellValidatingEventArgs.cs
- ContainerUtilities.cs
- DPTypeDescriptorContext.cs
- RepeatBehaviorConverter.cs
- AnonymousIdentificationSection.cs
- SocketConnection.cs
- OrCondition.cs
- WhitespaceRule.cs
- Inline.cs
- RawMouseInputReport.cs
- ConfigurationValues.cs
- ParameterCollectionEditorForm.cs
- XmlDictionary.cs
- TextTrailingWordEllipsis.cs
- DataGridViewRowPrePaintEventArgs.cs
- xml.cs
- BufferModeSettings.cs