Delegate
RadPropertyGridCancelEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadPropertyGridCancelEventHandler(object sender, RadPropertyGridCancelEventArgs e)

Constructors

RadPropertyGridCancelEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RadPropertyGridCancelEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

RadPropertyGridCancelEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, RadPropertyGridCancelEventArgs)

Declaration

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

Parameters

sender

object

e

RadPropertyGridCancelEventArgs