ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / OnIconClick Method
IconClickEventArgs object that contains the event data.

In This Topic
    OnIconClick Method (C1SuperErrorProvider)
    In This Topic
    Raises the IconClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnIconClick( _
       ByVal e As IconClickEventArgs _
    ) 
    protected virtual void OnIconClick( 
       IconClickEventArgs e
    )

    Parameters

    e
    IconClickEventArgs object that contains the event data.
    See Also