Delegate SetValueDelegate
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate ValueUpdateResult SetValueDelegate(RadProperty dependencyProperty, object value);
Parameters
RadProperty
dependencyProperty
|
System.Object
value
|
Returns
ValueUpdateResult
|
Constructors
SetValueDelegate(Object, IntPtr)
Declaration
public SetValueDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadProperty, Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadProperty dependencyProperty, object value, AsyncCallback callback, object object)
Parameters
RadProperty
dependencyProperty
|
System.Object
value
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual ValueUpdateResult EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
ValueUpdateResult
|
Invoke(RadProperty, Object)
Declaration
public virtual ValueUpdateResult Invoke(RadProperty dependencyProperty, object value)
Parameters
RadProperty
dependencyProperty
|
System.Object
value
|
Returns
ValueUpdateResult
|