[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.ToolTipLinkClickedEventHandler

ToolTipLinkClickedEventHandler Delegate

Represents the method that will handle the ToolTipLinkClicked event.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public delegate void ToolTipLinkClickedEventHandler(object sender, ToolTipLinkClickedEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

ToolTipLinkClickedEventArgs e

ToolTipLinkClickedEventArgs object that contains the event data.

Constructors

Name Description
ToolTipLinkClickedEventHandler(object, IntPtr)

Methods

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