Delegate ToolTipShownEventHandler
Represents the method that will handles the event.
Assembly: Syncfusion.Shared.Base.dll
public delegate void ToolTipShownEventHandler(object sender, ToolTipShownEventArgs e);
Parameters
Constructors
Declaration
public ToolTipShownEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ToolTipShownEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ToolTipShownEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, ToolTipShownEventArgs e)
Parameters