[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.IconClickEventHandler

IconClickEventHandler Delegate

Represents the method that will handle the IconClick event.

Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.C1SuperTooltip.4.8.dll
Syntax
public delegate void IconClickEventHandler(object sender, IconClickEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

IconClickEventArgs e

IconClickEventArgs object that contains the event data.

Constructors

Name Description
IconClickEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, IconClickEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, IconClickEventArgs)