Back to product page

SelectionChange event


Fires when selection changes.

Syntax

  • Basic
Private Sub object_SelectionChange (ByVal Visible, ByVal X1, ByVal Y1, ByVal X2, ByVal Y2)
The SelectionChange(Visible,X1,Y1,X2,Y2) syntax has these parts:
VisibleBoolean.
X1Long.
Y1Long.
X2Long.
Y2Long.

Remarks

This event is only available in OCX (GUI) version of the component.


Platforms

Windows