Skip to main content
A newer version of this page is available. .

IRangeControlClient.OnRangeControlChanged(IRangeControl) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void OnRangeControlChanged(
    IRangeControl rangeControl
)

Parameters

Name Type Description
rangeControl DevExpress.XtraEditors.IRangeControl

The new range control.

See Also