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
- ReadContentAsBinaryHelper.cs
- Setter.cs
- CheckoutException.cs
- EventLogReader.cs
- FunctionMappingTranslator.cs
- ValueUtilsSmi.cs
- KeyGestureConverter.cs
- DescendantBaseQuery.cs
- DocumentPageViewAutomationPeer.cs
- SecurityKeyIdentifier.cs
- CriticalHandle.cs
- AccessKeyManager.cs
- PreviousTrackingServiceAttribute.cs
- SqlBuffer.cs
- ScriptingWebServicesSectionGroup.cs
- Timer.cs
- DBAsyncResult.cs
- InstalledVoice.cs
- EntryPointNotFoundException.cs
- SqlWriter.cs
- LocatorBase.cs
- DefaultTypeArgumentAttribute.cs
- OdbcException.cs
- PropertySourceInfo.cs
- AttributeParameterInfo.cs
- DataControlButton.cs
- SqlDataSourceRefreshSchemaForm.cs
- CorrelationTokenInvalidatedHandler.cs
- UnsafeNativeMethods.cs
- StylusPointCollection.cs
- UnionCodeGroup.cs
- TabControlEvent.cs
- SqlCacheDependency.cs
- RemotingConfigParser.cs
- WebPartExportVerb.cs
- Stroke.cs
- QilTypeChecker.cs
- SiteIdentityPermission.cs
- TextLineResult.cs
- WebServiceMethodData.cs
- PolyLineSegment.cs
- RenderOptions.cs
- OracleConnectionFactory.cs
- SqlError.cs
- MarshalByRefObject.cs
- Style.cs
- DataGridViewEditingControlShowingEventArgs.cs
- OdbcConnectionOpen.cs
- TextEffect.cs
- Classification.cs
- IPPacketInformation.cs
- Serializer.cs
- GridViewItemAutomationPeer.cs
- ActivityDefaults.cs
- RuleSettingsCollection.cs
- DataPagerField.cs
- PasswordBox.cs
- HtmlImage.cs
- ReservationNotFoundException.cs
- SettingsPropertyCollection.cs
- MatrixCamera.cs
- RequestCacheValidator.cs
- RectIndependentAnimationStorage.cs
- ChooseAction.cs
- XmlNotation.cs
- ValueType.cs
- HelpOperationInvoker.cs
- ColorContext.cs
- PackageDigitalSignature.cs
- ProfileInfo.cs
- MiniConstructorInfo.cs
- ActivityLocationReferenceEnvironment.cs
- TdsParserSessionPool.cs
- MinMaxParagraphWidth.cs
- TextBox.cs
- DisplayNameAttribute.cs
- SafeNativeMemoryHandle.cs
- DataGridViewRowCancelEventArgs.cs
- EventBuilder.cs
- MemoryPressure.cs
- CommonObjectSecurity.cs
- CodeChecksumPragma.cs
- SoapParser.cs
- DiagnosticsConfigurationHandler.cs
- DateTimeOffset.cs
- DesignerDataParameter.cs
- uribuilder.cs
- FastEncoderWindow.cs
- FilterRepeater.cs
- GenericTypeParameterBuilder.cs
- EncryptedKeyIdentifierClause.cs
- FlagsAttribute.cs
- GlyphingCache.cs
- CellParaClient.cs
- TimeoutHelper.cs
- CorruptingExceptionCommon.cs
- StyleSelector.cs
- SqlNodeAnnotations.cs
- WhitespaceRuleLookup.cs
- XmlSerializerAssemblyAttribute.cs