Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangedEventArgs.cs / 1305376 / PropertyChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class PropertyChangedEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangedEventArgs(string propertyName) { this.propertyName = propertyName; } ///Initializes a new instance of the ////// class. /// public virtual string PropertyName { get { return propertyName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Indicates the name of the property that changed. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class PropertyChangedEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangedEventArgs(string propertyName) { this.propertyName = propertyName; } ///Initializes a new instance of the ////// class. /// public virtual string PropertyName { get { return propertyName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates the name of the property that changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BlurBitmapEffect.cs
- TimeoutTimer.cs
- HandoffBehavior.cs
- TypeDescriptorFilterService.cs
- BackgroundFormatInfo.cs
- Number.cs
- CodeParameterDeclarationExpression.cs
- StringFormat.cs
- SrgsRulesCollection.cs
- TextClipboardData.cs
- InvalidCastException.cs
- BaseComponentEditor.cs
- AccessText.cs
- NullToBooleanConverter.cs
- COM2PropertyDescriptor.cs
- UnknownWrapper.cs
- _DisconnectOverlappedAsyncResult.cs
- ViewStateAttachedPropertyFeature.cs
- EntityWithChangeTrackerStrategy.cs
- PrivilegeNotHeldException.cs
- TypeBuilderInstantiation.cs
- ProbeMatchesCD1.cs
- TypeSystem.cs
- ConfigXmlReader.cs
- MetafileHeaderWmf.cs
- CodeChecksumPragma.cs
- TextBoxDesigner.cs
- GridEntryCollection.cs
- OneWayBindingElement.cs
- NoClickablePointException.cs
- CopyNamespacesAction.cs
- PeerNameRecord.cs
- ProfileEventArgs.cs
- MarginsConverter.cs
- PrintEvent.cs
- ViewManager.cs
- NameSpaceEvent.cs
- Vector3DIndependentAnimationStorage.cs
- CheckBoxRenderer.cs
- LinqDataSourceInsertEventArgs.cs
- WorkflowQueueInfo.cs
- WinCategoryAttribute.cs
- RuntimeConfigurationRecord.cs
- Int64Converter.cs
- RegexWriter.cs
- ActivityScheduledRecord.cs
- JpegBitmapEncoder.cs
- SizeChangedEventArgs.cs
- ObjectStateEntryDbDataRecord.cs
- VisualStyleElement.cs
- HttpListenerElement.cs
- XPathNavigator.cs
- ByteStorage.cs
- LazyInitializer.cs
- SecurityTokenValidationException.cs
- MatcherBuilder.cs
- AccessViolationException.cs
- AnalyzedTree.cs
- ScrollItemPattern.cs
- BorderSidesEditor.cs
- BindingList.cs
- TreeNodeCollection.cs
- SapiRecognizer.cs
- HtmlButton.cs
- MatrixTransform3D.cs
- SrgsElementFactoryCompiler.cs
- AttachedPropertyMethodSelector.cs
- Crypto.cs
- LocalizedNameDescriptionPair.cs
- FactoryMaker.cs
- DBParameter.cs
- CodeIterationStatement.cs
- CacheMemory.cs
- HighlightOverlayGlyph.cs
- JsonServiceDocumentSerializer.cs
- JumpPath.cs
- Compiler.cs
- DataGridViewCell.cs
- LocalizeDesigner.cs
- MenuItem.cs
- StylusEventArgs.cs
- Journal.cs
- GenericPrincipal.cs
- SqlFormatter.cs
- SessionEndingEventArgs.cs
- ContextMenuStripGroup.cs
- WebPartCatalogAddVerb.cs
- InertiaExpansionBehavior.cs
- SecurityTokenReferenceStyle.cs
- InheritanceAttribute.cs
- UserMapPath.cs
- DrawingGroupDrawingContext.cs
- IdnElement.cs
- GeometryHitTestResult.cs
- EUCJPEncoding.cs
- CustomValidator.cs
- TogglePatternIdentifiers.cs
- LabelTarget.cs
- Type.cs
- TCPListener.cs