IRangeControlClient.OnRangeChanged(Object, Object) Method
This method is called by the Range Control to notify the Client that the range has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rangeMinimum | Object | The minimum value of the new range. |
| rangeMaximum | Object | The maximum value of the new range. |
See Also