Sys.PropertyChangedEventArgs Class
Used by the propertyChanged event to indicate which property has changed.
Namespace: Sys
Inherits: Sys.EventArgs
var e = new Sys.PropertyChangedEventArgs();
Constructors
Name |
Description |
---|---|
Initializes a new instance of the Sys.PropertyChangedEventArgs class. |
Members
Name |
Description |
---|---|
Gets the name of the property that changed. |
See Also
Reference
Concepts
Defining Custom Component Properties and Raising PropertyChanged Events