Delegate PropertyGridContextMenuOpeningEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridContextMenuOpeningEventHandler(object sender, PropertyGridContextMenuOpeningEventArgs e);
Parameters
System.Object
sender
|
PropertyGridContextMenuOpeningEventArgs
e
|
Constructors
PropertyGridContextMenuOpeningEventHandler(Object, IntPtr)
Declaration
public PropertyGridContextMenuOpeningEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PropertyGridContextMenuOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridContextMenuOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PropertyGridContextMenuOpeningEventArgs
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, PropertyGridContextMenuOpeningEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridContextMenuOpeningEventArgs e)
Parameters
System.Object
sender
|
PropertyGridContextMenuOpeningEventArgs
e
|