Property Value
Value
Gets or sets the value that will be incremented or decremented.
public T Value { get; set; }
Property Value
- T
Remarks
ValueChanging and ValueChanged events are raised when the value changes.
The ValueChanging event can be canceled the change setting
CancelEventArgs<T>.Cancel
to true.