[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.PopupEventHandler

PopupEventHandler Delegate

Represents the method that handles the Popup event.

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

C1SuperTooltipBase object that fired the event.

PopupEventArgs e

PopupEventArgs that contains the event data.

Constructors

Name Description
PopupEventHandler(object, IntPtr)

Methods

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