Delegate
PropertyChangedCallback

Represents the method that will be a property changed callback.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void PropertyChangedCallback(RadObject d, RadPropertyChangedEventArgs e)

Constructors

PropertyChangedCallback(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadObject, RadPropertyChangedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object @object)

Parameters

d

RadObject

e

RadPropertyChangedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(RadObject, RadPropertyChangedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)

Parameters

d

RadObject

e

RadPropertyChangedEventArgs