ItemCheckedEventArgs Constructor (ListViewItem^)

 

Initializes a new instance of the ItemCheckedEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ItemCheckedEventArgs(
	ListViewItem^ item
)

Parameters

item
Type: System.Windows.Forms::ListViewItem^

The ListViewItem that is being checked or unchecked.

.NET Framework
Available since 2.0
Return to top
Show: