public class PropertyChangeEventArgs
Public Class PropertyChangeEventArgs
No code example is currently available or this language may not be supported.
PropertyChangeEventArgs | Initializes a new instance of the PropertyChangeEventArgs class |
Handled | Get/Set a value indicating whether this change has been handled. |
PropertyName | Get/Set the name of the property whose value has changed. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |
mHandled | Private member for Handled. |
mPropertyName | Private member for PropertyName. |