ValueChangedEventArgs<T> Properties
Contains data for property changing notification events.
Name | Description |
---|---|
New |
Gets an object that represents the new value of a specific property. |
Old |
Gets an object that represents the old value of a specific property. |
See Also