New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public delegate object ConvertCallback(object item)

Constructors

C#
public ConvertCallback(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object item, AsyncCallback callback, object @object)
Parameters:itemobjectcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual object EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

object

C#
public virtual object Invoke(object item)
Parameters:itemobjectReturns:

object