This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Used by the propertyChanged event to indicate which property has changed.
Namespace: Sys
Inherits: Sys.EventArgs
var e = new Sys.PropertyChangedEventArgs();
Name
Description
Sys.PropertyChangedEventArgs.Constructor Method
Initializes a new instance of the Sys.PropertyChangedEventArgs class.
propertyName Property
Gets the name of the property that changed.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.