ConvertCallback
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:
C#
public delegate object ConvertCallback(object item)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object item, AsyncCallback callback, object @object)