.NET Windows Forms in a Nutshell

ItemCheckEventHandler serializable

System. Windows .Forms (system. windows .forms.dll) delegate

This is the delegate for the ListView and CheckedListBoxItemCheck events.

public delegate void ItemCheckEventHandler (object sender , ItemCheckEventArgs e );

Associated Events

CheckedListBox.ItemCheck() , ListView.ItemCheck()

Категории