ListControlConvertEventArgs(Object, Type, Object) 构造函数

定义

用指定的对象、类型和列表项初始化 ListControlConvertEventArgs 的新实例。

public:
 ListControlConvertEventArgs(System::Object ^ value, Type ^ desiredType, System::Object ^ listItem);
public ListControlConvertEventArgs (object value, Type desiredType, object listItem);
public ListControlConvertEventArgs (object? value, Type? desiredType, object? listItem);
new System.Windows.Forms.ListControlConvertEventArgs : obj * Type * obj -> System.Windows.Forms.ListControlConvertEventArgs
Public Sub New (value As Object, desiredType As Type, listItem As Object)

参数

value
Object

ListControl 中显示的值。

desiredType
Type

所显示的项的 Type

listItem
Object

要在 ListControl 中显示的数据源项。

注解

此类可用于生成要在数据源项中显示的 ListControl 自定义字符串。

适用于