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
- SettingsBase.cs
- VisualStyleRenderer.cs
- FunctionQuery.cs
- Psha1DerivedKeyGenerator.cs
- BitmapEffectGroup.cs
- HttpFileCollectionBase.cs
- IdentityReference.cs
- ProxyWebPartManagerDesigner.cs
- httpapplicationstate.cs
- TargetParameterCountException.cs
- PostBackOptions.cs
- UdpTransportSettings.cs
- SearchForVirtualItemEventArgs.cs
- WebBrowsableAttribute.cs
- XmlSchemaGroupRef.cs
- HostExecutionContextManager.cs
- ProgressPage.cs
- MetabaseSettings.cs
- PersistenceContextEnlistment.cs
- ListItemsCollectionEditor.cs
- ObservableCollection.cs
- DataControlImageButton.cs
- MediaTimeline.cs
- EntityContainerEntitySet.cs
- MaskInputRejectedEventArgs.cs
- TransformerInfo.cs
- DataGridToolTip.cs
- DataRelationPropertyDescriptor.cs
- CodeDelegateInvokeExpression.cs
- DefaultValidator.cs
- MetadataPropertyAttribute.cs
- DataColumnMapping.cs
- ProgressBar.cs
- Debug.cs
- FormsAuthenticationModule.cs
- handlecollector.cs
- FileLogRecordStream.cs
- linebase.cs
- AttributeEmitter.cs
- ThreadInterruptedException.cs
- MultilineStringConverter.cs
- MsmqActivation.cs
- ValidationHelper.cs
- ValidationResult.cs
- FontClient.cs
- TileModeValidation.cs
- BaseCodePageEncoding.cs
- ListManagerBindingsCollection.cs
- XPathQilFactory.cs
- CheckPair.cs
- ThicknessAnimation.cs
- SchemaObjectWriter.cs
- ConfigurationManagerHelper.cs
- ContentType.cs
- WebBrowsableAttribute.cs
- ResourceIDHelper.cs
- DataControlCommands.cs
- CursorConverter.cs
- EmptyElement.cs
- MenuItemAutomationPeer.cs
- CoreSwitches.cs
- SafeFreeMibTable.cs
- SevenBitStream.cs
- CatalogZoneBase.cs
- HighlightVisual.cs
- CharEntityEncoderFallback.cs
- QueryMath.cs
- SuppressMessageAttribute.cs
- SqlFacetAttribute.cs
- Span.cs
- TimeIntervalCollection.cs
- XmlDataSourceView.cs
- WindowsSolidBrush.cs
- LineSegment.cs
- WebColorConverter.cs
- RoleManagerEventArgs.cs
- ComponentConverter.cs
- EntityDataSourceContextDisposingEventArgs.cs
- XmlWriterSettings.cs
- AutoResetEvent.cs
- _HTTPDateParse.cs
- FileUtil.cs
- SaveFileDialog.cs
- DataRelationPropertyDescriptor.cs
- XMLDiffLoader.cs
- OpenTypeLayout.cs
- GlobalEventManager.cs
- ToolStripPanel.cs
- EditorPartDesigner.cs
- __ComObject.cs
- ScalarRestriction.cs
- KeyedCollection.cs
- ElementProxy.cs
- OpCellTreeNode.cs
- MetaForeignKeyColumn.cs
- ElementUtil.cs
- XmlComplianceUtil.cs
- BaseDataList.cs
- PolygonHotSpot.cs
- ISessionStateStore.cs