Skip to main content

IRangeControlClient.OnRangeControlChanged(IRangeControl) Method

This method is fired when the client is attached to a new Range Control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void OnRangeControlChanged(
    IRangeControl rangeControl
)

Parameters

Name Type Description
rangeControl DevExpress.XtraEditors.IRangeControl

The new range control.

See Also