Delegate
SetValueDelegate

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate ValueUpdateResult SetValueDelegate(RadProperty dependencyProperty, object value)

Constructors

SetValueDelegate(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadProperty, object, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadProperty dependencyProperty, object value, AsyncCallback callback, object @object)

Parameters

dependencyProperty

RadProperty

value

object

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Returns

ValueUpdateResult

Invoke(RadProperty, object)

Declaration

cs-api-definition
public virtual ValueUpdateResult Invoke(RadProperty dependencyProperty, object value)

Parameters

dependencyProperty

RadProperty

value

object

Returns

ValueUpdateResult