C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / OnClick Method
System.EventArgs that contains the event data.

In This Topic
OnClick Method (PathIconElement)
In This Topic
Called by the host control when the user clicks this Element.
Syntax
'Declaration
 
Public Overridable Sub OnClick( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also