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

IRangeControlClient.OnClick(RangeControlHitInfo) Method

This method is called when an end-user clicks within the Range Control’s viewport.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v19.2.dll

Declaration

void OnClick(
    RangeControlHitInfo hitInfo
)

Parameters

Name Type Description
hitInfo DevExpress.XtraEditors.RangeControlHitInfo

A RangeControlHitInfo object that allows you to identify the clicked element.

See Also