Delegate ToolStripEx.LauncherEnter
Assembly: Syncfusion.Tools.Windows.dll
public delegate void LauncherEnter(object o, MouseEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
| System.Windows.Forms.MouseEventArgs |
e |
|
Constructors
Declaration
public LauncherEnter(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object o, MouseEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
| System.Windows.Forms.MouseEventArgs |
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 o, MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
| System.Windows.Forms.MouseEventArgs |
e |
|