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.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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