ChangeEventArgs Constructors
Provides data for the events that are associated with changes to property values.| Name | Parameters | Description |
|---|---|---|
| ChangeEventArgs(Object, Object) | oldValue, newValue | Initializes a new instance of the ChangeEventArgs class. |
See Also