RadControls for WinForms

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

Namespace: Telerik.WinControls.UI.Data
Assembly: Telerik.WinControls.UI (in Telerik.WinControls.UI.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public delegate Object ConvertCallback(
	Object item,
	TypeConverter converter
)
Visual Basic
Public Delegate Function ConvertCallback ( _
	item As Object, _
	converter As TypeConverter _
) As Object

Parameters

item
Type: System..::..Object
The value to be converted.
converter
Type: System.ComponentModel..::..TypeConverter
The converter applied.

Return Value

The converted value.

See Also