Click or drag to resize
ListViewExtrasGetObjectFromListViewItem Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object GetObjectFromListViewItem(
	ListView lv,
	ListViewItem LVI,
	Type ty
)

Parameters

lv
Type: System.Windows.FormsListView
LVI
Type: System.Windows.FormsListViewItem
ty
Type: SystemType

Return Value

Type: Object
See Also