IRangeControlClient.UpdatePressedInfo(RangeControlHitInfo) Method
This method is fired when you press the mouse button within the viewport (without releasing the mouse button).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitInfo | DevExpress.XtraEditors.RangeControlHitInfo | A RangeControlHitInfo object that contains information on the point being pressed. |
See Also