BaseOptionChangedEventArgs Properties
Provides data for the events that fire after option changes .Name | Description |
---|---|
Name | Gets the name of the option whose value has been changed. |
NewValue | Gets or sets the option’s current value. |
OldValue | Gets the option’s previous value. |
See Also