ListViewGroupEventArgs(Int32) Constructor

Definition

Initializes a new instances of the ListViewGroupEventArgs class.

public:
 ListViewGroupEventArgs(int groupIndex);
public ListViewGroupEventArgs (int groupIndex);
new System.Windows.Forms.ListViewGroupEventArgs : int -> System.Windows.Forms.ListViewGroupEventArgs
Public Sub New (groupIndex As Integer)

Parameters

groupIndex
Int32

The index of the ListViewGroup associated with the event.

Applies to