Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SplitterPanel.cs
- IIS7UserPrincipal.cs
- loginstatus.cs
- ApplicationInfo.cs
- RegexStringValidatorAttribute.cs
- DataGridColumnHeaderCollection.cs
- Blend.cs
- KeyProperty.cs
- EncodingStreamWrapper.cs
- XmlElementCollection.cs
- ReverseComparer.cs
- BuildManager.cs
- KeyValueConfigurationCollection.cs
- ToolstripProfessionalRenderer.cs
- PeerEndPoint.cs
- QEncodedStream.cs
- UpdateEventArgs.cs
- Positioning.cs
- ToolStripItemImageRenderEventArgs.cs
- SqlBuilder.cs
- DrawingContextWalker.cs
- SerialStream.cs
- LifetimeServices.cs
- TableRow.cs
- GridProviderWrapper.cs
- CacheSection.cs
- WebBrowserHelper.cs
- WpfKnownMemberInvoker.cs
- DesignerToolboxInfo.cs
- DynamicDataExtensions.cs
- DataGridViewCellMouseEventArgs.cs
- StringConverter.cs
- FontFamily.cs
- CodeChecksumPragma.cs
- ComplexPropertyEntry.cs
- HttpRawResponse.cs
- IdentityManager.cs
- StringTraceRecord.cs
- DataObjectAttribute.cs
- XPathQueryGenerator.cs
- DebugView.cs
- MachineKeySection.cs
- ClientData.cs
- TextTreePropertyUndoUnit.cs
- DeclarativeCatalogPartDesigner.cs
- MailBnfHelper.cs
- SizeConverter.cs
- TypeBuilder.cs
- QuaternionAnimationUsingKeyFrames.cs
- DataTransferEventArgs.cs
- EntityModelBuildProvider.cs
- ClientRolePrincipal.cs
- CellCreator.cs
- ExpressionBinding.cs
- XhtmlStyleClass.cs
- DataServiceContext.cs
- SqlCharStream.cs
- LambdaCompiler.Binary.cs
- Padding.cs
- DbException.cs
- UdpTransportBindingElement.cs
- RightsController.cs
- GridItemProviderWrapper.cs
- Composition.cs
- ResourceManager.cs
- AppDomainUnloadedException.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- EmptyEnumerator.cs
- EntityDataSourceState.cs
- EventManager.cs
- TransformBlockRequest.cs
- EntryIndex.cs
- PropertyChangedEventArgs.cs
- TransformPatternIdentifiers.cs
- TypeDescriptionProviderAttribute.cs
- ProfilePropertyNameValidator.cs
- DataControlButton.cs
- SimpleType.cs
- HttpListener.cs
- SchemaElementLookUpTable.cs
- ComplexLine.cs
- SqlNotificationRequest.cs
- DrawListViewItemEventArgs.cs
- PageThemeBuildProvider.cs
- SamlAuthenticationStatement.cs
- PointCollection.cs
- SortedDictionary.cs
- TimeSpanValidatorAttribute.cs
- latinshape.cs
- RegistryPermission.cs
- MouseActionConverter.cs
- MsmqMessage.cs
- Debugger.cs
- WebBrowserUriTypeConverter.cs
- PerfCounters.cs
- DataGridViewSelectedColumnCollection.cs
- Invariant.cs
- ResXBuildProvider.cs
- ProvidersHelper.cs
- ClientType.cs