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