DelegateSetValueDelegate
Delegate
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate ValueUpdateResult SetValueDelegate(RadProperty dependencyProperty, object value)
Constructors
Methods
BeginInvoke(RadProperty, object, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(RadProperty dependencyProperty, object value, AsyncCallback callback, object @object)
Parameters
dependencyProperty
value
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual ValueUpdateResult EndInvoke(IAsyncResult result)
Parameters
result
Returns
Invoke(RadProperty, object)
Declaration
cs-api-definition
public virtual ValueUpdateResult Invoke(RadProperty dependencyProperty, object value)
Parameters
dependencyProperty
value
Returns