Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- GeometryConverter.cs
- Icon.cs
- OptimalBreakSession.cs
- RadioButton.cs
- ExceptionValidationRule.cs
- UInt64Converter.cs
- HttpModulesSection.cs
- HttpException.cs
- DesignerTransaction.cs
- XmlArrayItemAttribute.cs
- Journal.cs
- SiteMapSection.cs
- COAUTHIDENTITY.cs
- Sql8ConformanceChecker.cs
- OperatingSystem.cs
- WebPartsPersonalizationAuthorization.cs
- SharedPersonalizationStateInfo.cs
- GetLastErrorDetailsRequest.cs
- AppModelKnownContentFactory.cs
- NameNode.cs
- PrintPreviewControl.cs
- DesignerActionVerbItem.cs
- InvalidPropValue.cs
- OleDbDataReader.cs
- CodeTypeConstructor.cs
- SettingsSavedEventArgs.cs
- XmlElementAttribute.cs
- ParameterInfo.cs
- ViewGenResults.cs
- CountdownEvent.cs
- DataRow.cs
- XPathNodeHelper.cs
- XmlSignatureManifest.cs
- TextBox.cs
- HtmlInputImage.cs
- RSAOAEPKeyExchangeDeformatter.cs
- InsufficientExecutionStackException.cs
- LambdaExpression.cs
- LineVisual.cs
- MetadataPropertyAttribute.cs
- CalculatedColumn.cs
- GridErrorDlg.cs
- _HTTPDateParse.cs
- EntityCommand.cs
- SourceInterpreter.cs
- MultiSelector.cs
- LinqDataSourceDisposeEventArgs.cs
- DiagnosticTrace.cs
- VerificationAttribute.cs
- XmlHierarchyData.cs
- CommandID.cs
- XamlFigureLengthSerializer.cs
- ModelItem.cs
- HtmlShim.cs
- DoubleAnimationUsingKeyFrames.cs
- PropertyGridCommands.cs
- MD5.cs
- DBSqlParserColumnCollection.cs
- SmtpLoginAuthenticationModule.cs
- FileFormatException.cs
- NavigationPropertyAccessor.cs
- InheritanceService.cs
- TextOnlyOutput.cs
- ProviderSettingsCollection.cs
- ToolStripOverflow.cs
- ContentElementCollection.cs
- DataGridViewDataErrorEventArgs.cs
- Lease.cs
- SafeEventLogReadHandle.cs
- PagesSection.cs
- SchemaElementLookUpTable.cs
- GridViewColumnCollection.cs
- FormViewModeEventArgs.cs
- DbReferenceCollection.cs
- FocusWithinProperty.cs
- ResXResourceWriter.cs
- PtsCache.cs
- HttpRawResponse.cs
- TextRange.cs
- SecuritySessionSecurityTokenProvider.cs
- Configuration.cs
- Directory.cs
- WebProxyScriptElement.cs
- BooleanSwitch.cs
- Separator.cs
- DataKeyArray.cs
- ObjectItemCachedAssemblyLoader.cs
- BlockUIContainer.cs
- Exceptions.cs
- FaultImportOptions.cs
- Border.cs
- Span.cs
- InputManager.cs
- MessageTransmitTraceRecord.cs
- AnimatedTypeHelpers.cs
- DbProviderConfigurationHandler.cs
- MinimizableAttributeTypeConverter.cs
- HttpListenerException.cs
- DataSourceXmlClassAttribute.cs
- InternalBase.cs