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 的索引。

适用于