次の方法で共有


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 のインデックス。

適用対象