Delegate
ConvertCallback

Represents the method that will handle the type conversion between the values of corresponding properties.

Definition

Namespace:Telerik.WinControls.UI.Data

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate object ConvertCallback(object item, TypeConverter converter)

Constructors

ConvertCallback(object, IntPtr)

Declaration

cs-api-definition
public ConvertCallback(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, TypeConverter, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object item, TypeConverter converter, AsyncCallback callback, object @object)

Parameters

item

object

converter

TypeConverter

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual object EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Returns

object

Invoke(object, TypeConverter)

Declaration

cs-api-definition
public virtual object Invoke(object item, TypeConverter converter)

Parameters

item

object

converter

TypeConverter

Returns

object