Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SqlWriter.cs
- ExtensionFile.cs
- SqlNodeTypeOperators.cs
- UserControlAutomationPeer.cs
- AllMembershipCondition.cs
- MediaPlayerState.cs
- SqlNodeAnnotation.cs
- CollectionBuilder.cs
- GorillaCodec.cs
- NonParentingControl.cs
- CheckedPointers.cs
- ApplicationFileCodeDomTreeGenerator.cs
- IndexedString.cs
- XmlSignificantWhitespace.cs
- XamlReaderHelper.cs
- TcpTransportSecurityElement.cs
- TypeUsage.cs
- TypeUsageBuilder.cs
- SequentialOutput.cs
- SafeBuffer.cs
- XmlWrappingReader.cs
- BufferedReadStream.cs
- ReadOnlyCollection.cs
- TextWriterTraceListener.cs
- SystemInfo.cs
- TeredoHelper.cs
- BaseDataBoundControlDesigner.cs
- ChannelBinding.cs
- AcceleratedTokenAuthenticator.cs
- ItemMap.cs
- Boolean.cs
- PeerSecurityHelpers.cs
- ContactManager.cs
- IsolationInterop.cs
- ConnectionStringSettings.cs
- ItemsControl.cs
- CodeDOMUtility.cs
- HashMembershipCondition.cs
- ValidationEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- MD5.cs
- OdbcTransaction.cs
- _NegotiateClient.cs
- DataTableNewRowEvent.cs
- COM2PropertyDescriptor.cs
- PrimitiveType.cs
- TextParagraph.cs
- ListMarkerLine.cs
- ToolBarButtonClickEvent.cs
- ReferenceSchema.cs
- SessionIDManager.cs
- FrameSecurityDescriptor.cs
- RawStylusActions.cs
- NativeMethods.cs
- BlurBitmapEffect.cs
- EventRouteFactory.cs
- OleDbDataReader.cs
- DbConnectionStringBuilder.cs
- HijriCalendar.cs
- PackageDigitalSignature.cs
- RC2CryptoServiceProvider.cs
- SourceFilter.cs
- FtpCachePolicyElement.cs
- ForeignKeyConstraint.cs
- ECDiffieHellmanCngPublicKey.cs
- CollectionBuilder.cs
- EdmScalarPropertyAttribute.cs
- SafeLibraryHandle.cs
- ResponseStream.cs
- ScrollEvent.cs
- sqlser.cs
- SecurityMode.cs
- DocumentSequenceHighlightLayer.cs
- Vector.cs
- TargetInvocationException.cs
- SelectionItemProviderWrapper.cs
- TreeViewCancelEvent.cs
- Int16KeyFrameCollection.cs
- XPathBuilder.cs
- DecimalAnimation.cs
- DeclarativeCatalogPart.cs
- WeakReferenceEnumerator.cs
- HostingPreferredMapPath.cs
- RightsManagementPermission.cs
- WindowsListViewGroupHelper.cs
- ResXResourceWriter.cs
- TextSpanModifier.cs
- HtmlEncodedRawTextWriter.cs
- ResourceSet.cs
- TextFormatterContext.cs
- WebUtil.cs
- WSUtilitySpecificationVersion.cs
- MobileComponentEditorPage.cs
- TableParagraph.cs
- TdsParserSessionPool.cs
- MonthChangedEventArgs.cs
- PathTooLongException.cs
- TypeDependencyAttribute.cs
- XsltInput.cs
- BufferedStream.cs