OnClick Method (RowPanel)
In This Topic
Called by the host control when the user clicks this
Element.
Syntax
'Declaration
Public Overridable Sub OnClick( _
ByVal As EventArgs _
)
public virtual void OnClick(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also