OnClick
EventOnClick (Event)
Occurs when the user presses and then releases a mouse button over AVAX
Syntax:
Private Sub object_OnClick(Sender As System.Object, e As System.EventArgs)
The OnClick event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e |
System.EventArgs |
The object that contains the event data |