Delegate
RadPropertyChangingEventHandler

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void RadPropertyChangingEventHandler(object sender, RadPropertyChangingEventArgs args)

Constructors

RadPropertyChangingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RadPropertyChangingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

args

RadPropertyChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, RadPropertyChangingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, RadPropertyChangingEventArgs args)

Parameters

sender

object

args

RadPropertyChangingEventArgs