Delegate
PropertyGridContextMenuOpeningEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void PropertyGridContextMenuOpeningEventHandler(object sender, PropertyGridContextMenuOpeningEventArgs e)

Constructors

PropertyGridContextMenuOpeningEventHandler(object, IntPtr)

Declaration

cs-api-definition
public PropertyGridContextMenuOpeningEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PropertyGridContextMenuOpeningEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridContextMenuOpeningEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PropertyGridContextMenuOpeningEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PropertyGridContextMenuOpeningEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PropertyGridContextMenuOpeningEventArgs e)

Parameters

sender

object

e

PropertyGridContextMenuOpeningEventArgs