Delegate CoerceValueCallback
Represents the method that will be a coerce value callback.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate object CoerceValueCallback(RadObject d, object baseValue);
Parameters
RadObject
d
|
System.Object
baseValue
|
Returns
System.Object
|
Constructors
CoerceValueCallback(Object, IntPtr)
Declaration
public CoerceValueCallback(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadObject, Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadObject d, object baseValue, AsyncCallback callback, object object)
Parameters
RadObject
d
|
System.Object
baseValue
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Object
|
Invoke(RadObject, Object)
Declaration
public virtual object Invoke(RadObject d, object baseValue)
Parameters
RadObject
d
|
System.Object
baseValue
|
Returns
System.Object
|