Delegate PopupHandler
Assembly: Syncfusion.Tools.Windows.dll
public delegate void PopupHandler(Component component, ref Message m);
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Windows.Forms.Message |
m |
|
Constructors
Declaration
public PopupHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(Component component, ref Message m, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Windows.Forms.Message |
m |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(ref Message m, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
m |
|
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(Component component, ref Message m)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Windows.Forms.Message |
m |
|