Share via


ListViewGroupEventArgs(Int32) 建構函式

定義

初始化 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)

參數

groupIndex
Int32

與事件關聯之 ListViewGroup 的索引。

適用於