Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangedEventArgs.cs / 1 / 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
- DataGridViewBindingCompleteEventArgs.cs
- BasePattern.cs
- SettingsSection.cs
- RootProfilePropertySettingsCollection.cs
- SecurityTokenProvider.cs
- VectorValueSerializer.cs
- FormsAuthentication.cs
- DataSourceXmlSerializer.cs
- arclist.cs
- SqlWriter.cs
- DurableInstanceContextProvider.cs
- DateTimeFormatInfoScanner.cs
- RawStylusActions.cs
- HashHelpers.cs
- FixedTextView.cs
- X509Certificate2.cs
- Input.cs
- ContentElement.cs
- BaseValidator.cs
- EntityDataSourceWrapperCollection.cs
- TextCharacters.cs
- VisualCollection.cs
- tooltip.cs
- ScrollBar.cs
- WindowsTokenRoleProvider.cs
- ResourceExpression.cs
- ClientFormsAuthenticationCredentials.cs
- StrokeFIndices.cs
- TraceProvider.cs
- MouseBinding.cs
- Connector.cs
- ImageBrush.cs
- HttpCookieCollection.cs
- TextTreeNode.cs
- TypeContext.cs
- DataTemplate.cs
- NamedPermissionSet.cs
- WebPartZoneBase.cs
- StringFormat.cs
- ThreadSafeList.cs
- XmlWhitespace.cs
- SystemTcpStatistics.cs
- EventMappingSettings.cs
- XmlName.cs
- IgnoreDataMemberAttribute.cs
- DataFormats.cs
- CodeExpressionCollection.cs
- Helper.cs
- SocketElement.cs
- Update.cs
- HttpContext.cs
- ContextBase.cs
- DetailsViewRowCollection.cs
- WorkflowElementDialogWindow.xaml.cs
- SortAction.cs
- TripleDES.cs
- ManagementClass.cs
- XmlDocumentSurrogate.cs
- LinkedResource.cs
- Crypto.cs
- SystemPens.cs
- DrawingAttributes.cs
- initElementDictionary.cs
- MenuStrip.cs
- HtmlInputReset.cs
- SecurityContextSecurityTokenAuthenticator.cs
- XmlSchemaSimpleType.cs
- ServicePointManager.cs
- GlyphShapingProperties.cs
- AnyReturnReader.cs
- DataGridCaption.cs
- ChangeNode.cs
- RangeValueProviderWrapper.cs
- Int32CollectionValueSerializer.cs
- Int32Collection.cs
- KnownBoxes.cs
- ObjectDataSource.cs
- TypeForwardedToAttribute.cs
- ProfileSettings.cs
- BindingManagerDataErrorEventArgs.cs
- ValueUtilsSmi.cs
- EntityException.cs
- metadatamappinghashervisitor.cs
- XMLUtil.cs
- SchemaType.cs
- ToolStripDropDown.cs
- HtmlDocument.cs
- _ConnectStream.cs
- SpotLight.cs
- WindowsRegion.cs
- MetadataProperty.cs
- ServiceEndpointAssociationProvider.cs
- RevocationPoint.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- PreviewPageInfo.cs
- ListViewCommandEventArgs.cs
- XPathAncestorIterator.cs
- ValueType.cs
- Quaternion.cs
- PeerSecurityHelpers.cs