Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }Indicates the name of the property that changed. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _ScatterGatherBuffers.cs
- XmlSchemaCompilationSettings.cs
- StrokeNodeEnumerator.cs
- MultiTouchSystemGestureLogic.cs
- NativeMethods.cs
- HttpClientCertificate.cs
- PreservationFileReader.cs
- CodeArrayIndexerExpression.cs
- EntityModelSchemaGenerator.cs
- NetworkInterface.cs
- Misc.cs
- InvalidWMPVersionException.cs
- DescendentsWalker.cs
- UrlMappingsModule.cs
- MonthChangedEventArgs.cs
- HttpServerUtilityWrapper.cs
- VerbConverter.cs
- WebContext.cs
- DispatcherExceptionFilterEventArgs.cs
- CancelEventArgs.cs
- Symbol.cs
- OleDbErrorCollection.cs
- ThreadSafeMessageFilterTable.cs
- DocumentApplicationDocumentViewer.cs
- UnionCodeGroup.cs
- SignatureSummaryDialog.cs
- ArglessEventHandlerProxy.cs
- ObjectConverter.cs
- DrawingImage.cs
- CorrelationManager.cs
- ContextMarshalException.cs
- RemotingServices.cs
- OutputCacheEntry.cs
- TextElementEnumerator.cs
- ProviderConnectionPoint.cs
- CreateCardRequest.cs
- WinEventHandler.cs
- SqlBooleanizer.cs
- CopyNamespacesAction.cs
- StylusSystemGestureEventArgs.cs
- TextCollapsingProperties.cs
- ClaimComparer.cs
- GlobalProxySelection.cs
- DataKey.cs
- InputDevice.cs
- __FastResourceComparer.cs
- FixedLineResult.cs
- HMACMD5.cs
- EndOfStreamException.cs
- Baml2006ReaderFrame.cs
- EventRouteFactory.cs
- Stacktrace.cs
- DetailsViewCommandEventArgs.cs
- IPEndPoint.cs
- CallTemplateAction.cs
- __Filters.cs
- SmiRequestExecutor.cs
- ListenerBinder.cs
- WmlLinkAdapter.cs
- RelationshipFixer.cs
- Dispatcher.cs
- WmlCalendarAdapter.cs
- SafeTokenHandle.cs
- RouteUrlExpressionBuilder.cs
- GridViewRow.cs
- CommonProperties.cs
- Listener.cs
- RequestTimeoutManager.cs
- EllipseGeometry.cs
- ChtmlTextWriter.cs
- ContainerUtilities.cs
- SqlWriter.cs
- RangeContentEnumerator.cs
- SymmetricAlgorithm.cs
- _OverlappedAsyncResult.cs
- EntityCollection.cs
- TreeView.cs
- HtmlInputControl.cs
- ActivationProxy.cs
- ComNativeDescriptor.cs
- TypeNameConverter.cs
- WindowsToolbar.cs
- ResourceDescriptionAttribute.cs
- KeyEventArgs.cs
- MimeBasePart.cs
- SimpleBitVector32.cs
- SwitchAttribute.cs
- NumberAction.cs
- XhtmlConformanceSection.cs
- CompiledIdentityConstraint.cs
- MarkupExtensionSerializer.cs
- InputElement.cs
- sqlnorm.cs
- ErrorRuntimeConfig.cs
- CodeCastExpression.cs
- TextStore.cs
- WindowsSolidBrush.cs
- EventLogEntryCollection.cs
- CodeArrayCreateExpression.cs
- ImportDesigner.xaml.cs