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.v25.1.dll
NuGet Package: DevExpress.Data
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