DelegateConvertCallback
Delegate
Represents the method that will handle the type conversion between the values of corresponding properties.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public delegate object ConvertCallback(object item)
Constructors
Methods
BeginInvoke(object, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object item, AsyncCallback callback, object @object)
Parameters
item
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual object EndInvoke(IAsyncResult result)
Parameters
result
Returns