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

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

    Parameters

    e
    IconClickEventArgs object that contains the event data.
    See Also