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
- NonBatchDirectoryCompiler.cs
- XmlUtil.cs
- SessionSwitchEventArgs.cs
- DmlSqlGenerator.cs
- CodeExpressionCollection.cs
- DataControlFieldCollection.cs
- JapaneseCalendar.cs
- CodeTypeMemberCollection.cs
- SqlDataSourceRefreshSchemaForm.cs
- SingleResultAttribute.cs
- TextAdaptor.cs
- oledbconnectionstring.cs
- InvariantComparer.cs
- TextTreeTextNode.cs
- AttributeQuery.cs
- ChannelProtectionRequirements.cs
- AsyncOperationContext.cs
- EventManager.cs
- SQLInt16.cs
- InputReferenceExpression.cs
- ZipPackagePart.cs
- OutputChannel.cs
- StreamInfo.cs
- RuleSetDialog.cs
- ActivationArguments.cs
- ToolStripPanelSelectionBehavior.cs
- TextTrailingWordEllipsis.cs
- SecurityPermission.cs
- FormViewUpdateEventArgs.cs
- ServerValidateEventArgs.cs
- CapabilitiesPattern.cs
- ApplicationActivator.cs
- AutomationPatternInfo.cs
- UnrecognizedPolicyAssertionElement.cs
- XmlAutoDetectWriter.cs
- JumpTask.cs
- MenuTracker.cs
- DeviceFilterDictionary.cs
- CounterSample.cs
- CreateUserWizard.cs
- DataGridViewTextBoxCell.cs
- ProtectedConfigurationProviderCollection.cs
- nulltextcontainer.cs
- Workspace.cs
- ErrorStyle.cs
- HostUtils.cs
- PenThreadWorker.cs
- SetIterators.cs
- Membership.cs
- InterleavedZipPartStream.cs
- WebExceptionStatus.cs
- XmlILStorageConverter.cs
- DesignTimeData.cs
- StrongNameMembershipCondition.cs
- NetworkInformationPermission.cs
- DrawItemEvent.cs
- DateTimeOffsetConverter.cs
- Win32MouseDevice.cs
- DoubleLink.cs
- VersionUtil.cs
- OdbcConnectionHandle.cs
- ClientApiGenerator.cs
- ListViewCancelEventArgs.cs
- SmtpNtlmAuthenticationModule.cs
- StorageEndPropertyMapping.cs
- ServicePointManager.cs
- DataSetUtil.cs
- HtmlButton.cs
- CompiledRegexRunnerFactory.cs
- DataGridViewCellStateChangedEventArgs.cs
- mansign.cs
- BindingUtils.cs
- SplashScreenNativeMethods.cs
- MessageQueueCriteria.cs
- mactripleDES.cs
- OleDbFactory.cs
- EntityCommandCompilationException.cs
- Configuration.cs
- Typeface.cs
- DataGridColumnHeadersPresenter.cs
- basevalidator.cs
- MatrixConverter.cs
- SettingsPropertyCollection.cs
- SqlDuplicator.cs
- OdbcConnectionPoolProviderInfo.cs
- MissingMethodException.cs
- MenuStrip.cs
- OptionalColumn.cs
- ImageDrawing.cs
- WebPartConnectionsCancelEventArgs.cs
- TextPointer.cs
- XmlSignificantWhitespace.cs
- RelationshipDetailsRow.cs
- DataRelation.cs
- JumpPath.cs
- StatusBarItemAutomationPeer.cs
- Helpers.cs
- OracleConnectionStringBuilder.cs
- Splitter.cs
- ExceptionUtil.cs