Delegate ContextMenuDisplayingEventHandler
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void ContextMenuDisplayingEventHandler(object sender, ContextMenuDisplayingEventArgs e);
Parameters
System.Object
sender
|
ContextMenuDisplayingEventArgs
e
|
Constructors
ContextMenuDisplayingEventHandler(Object, IntPtr)
Declaration
public ContextMenuDisplayingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ContextMenuDisplayingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ContextMenuDisplayingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ContextMenuDisplayingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ContextMenuDisplayingEventArgs)
Declaration
public virtual void Invoke(object sender, ContextMenuDisplayingEventArgs e)
Parameters
System.Object
sender
|
ContextMenuDisplayingEventArgs
e
|