バージョン

GalleryToolFilterChangeEventArgs コンストラクタ

新しい GalleryToolFilterChangeEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tool As PopupGalleryTool, _
   ByVal filter As GalleryToolItemGroupFilter _
)
public GalleryToolFilterChangeEventArgs( 
   PopupGalleryTool tool,
   GalleryToolItemGroupFilter filter
)

パラメータ

tool
フィルターが変更されたギャラリー ツール
filter
選択されたフィルター
参照