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. Set Handled to true to cancel the change.