Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void OnRangeChanged(
    object rangeMinimum,
    object rangeMaximum
)

Parameters

Name Type Description
rangeMinimum Object

The minimum value of the new range.

rangeMaximum Object

The maximum value of the new range.

See Also