Class OpeningEventHandler
Inheritance
System.Object
OpeningEventHandler
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class OpeningEventHandler : MulticastDelegate
Constructors
OpeningEventHandler(Object, IntPtr)
Declaration
public OpeningEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, OpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OpeningEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
OpeningEventArgs |
e |
|
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, OpeningEventArgs)
Declaration
public virtual void Invoke(object sender, OpeningEventArgs e)
Parameters
Extension Methods