Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- CryptoApi.cs
- LocalizationComments.cs
- DATA_BLOB.cs
- VirtualizedItemPattern.cs
- CalendarDay.cs
- WorkItem.cs
- _FtpControlStream.cs
- DoubleStorage.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- WebPartMenuStyle.cs
- ObjectDataSourceMethodEditor.cs
- ResXFileRef.cs
- XPathNodeIterator.cs
- HashCryptoHandle.cs
- hwndwrapper.cs
- Point3DKeyFrameCollection.cs
- PropertyReferenceSerializer.cs
- ExceptionNotification.cs
- XPathPatternBuilder.cs
- SecurityTokenSerializer.cs
- unsafenativemethodstextservices.cs
- ClrPerspective.cs
- ErrorHandler.cs
- Sql8ConformanceChecker.cs
- WebPartAuthorizationEventArgs.cs
- DirectionalLight.cs
- ErrorStyle.cs
- HttpApplicationStateWrapper.cs
- CompilerCollection.cs
- AssemblyFilter.cs
- TypedDataSourceCodeGenerator.cs
- MouseActionConverter.cs
- GridViewPageEventArgs.cs
- Calendar.cs
- NavigatorOutput.cs
- MergablePropertyAttribute.cs
- CustomAttributeFormatException.cs
- WebServiceHandler.cs
- SrgsRule.cs
- UnionExpr.cs
- XmlSchemaIdentityConstraint.cs
- DataFormat.cs
- FormattedText.cs
- HwndSource.cs
- UInt16.cs
- LoginUtil.cs
- CategoriesDocumentFormatter.cs
- StoreItemCollection.cs
- HttpResponseInternalWrapper.cs
- PriorityQueue.cs
- DefaultTextStore.cs
- PreservationFileReader.cs
- CollectionChangeEventArgs.cs
- OlePropertyStructs.cs
- AlgoModule.cs
- ReliabilityContractAttribute.cs
- SafeFileMapViewHandle.cs
- WebPartEditorOkVerb.cs
- DeclaredTypeValidator.cs
- DecimalAnimationBase.cs
- GridItemCollection.cs
- UserPreferenceChangingEventArgs.cs
- HttpListenerResponse.cs
- RefExpr.cs
- JsonStringDataContract.cs
- InputReferenceExpression.cs
- NumericUpDownAccelerationCollection.cs
- MatrixKeyFrameCollection.cs
- DataGridViewTextBoxEditingControl.cs
- ConfigurationManagerInternalFactory.cs
- SafeNativeMethods.cs
- _DisconnectOverlappedAsyncResult.cs
- IISMapPath.cs
- OptimizedTemplateContent.cs
- FaultContractAttribute.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- PropertyDescriptorGridEntry.cs
- NameValuePair.cs
- CodeTypeOfExpression.cs
- X509Utils.cs
- RadialGradientBrush.cs
- CompoundFileDeflateTransform.cs
- MostlySingletonList.cs
- SqlServer2KCompatibilityAnnotation.cs
- OrderedDictionaryStateHelper.cs
- SqlConnectionFactory.cs
- XNodeValidator.cs
- Geometry.cs
- AbstractExpressions.cs
- ToolbarAUtomationPeer.cs
- TraceListeners.cs
- QuestionEventArgs.cs
- ConfigurationManagerInternal.cs
- WebPartConnectionCollection.cs
- AsyncOperationLifetimeManager.cs
- TraceEventCache.cs
- SEHException.cs
- SessionStateModule.cs
- CodeDOMUtility.cs
- DataServiceHostFactory.cs