Class MenuPopupEventHandler
Represents the delegate MenuPopupEventHandler
Inheritance
System.Object
MenuPopupEventHandler
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public sealed class MenuPopupEventHandler : MulticastDelegate
Constructors
MenuPopupEventHandler(Object, IntPtr)
Declaration
public MenuPopupEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, MenuPopupEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MenuPopupEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
MenuPopupEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, MenuPopupEventArgs)
Declaration
public virtual void Invoke(object sender, MenuPopupEventArgs args)
Parameters