ListViewGroupEventArgs(Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe ListViewGroupEventArgs.

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

Parametri

groupIndex
Int32

Indice dell'elemento ListViewGroup associato all'evento.

Si applica a