バージョン

GroupedEventArgs コンストラクタ

GroupedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal layout As FieldLayout, _
   ByVal groups() As FieldSortDescription _
)
public GroupedEventArgs( 
   FieldLayout layout,
   FieldSortDescription[] groups
)

パラメータ

layout
関連付けられた FieldLayout
groups
新しいグループ化を定義した Infragistics.Windows.DataPresenter.FieldSortDescription インスタンスのセット。
参照