バージョン

GalleryToolItemEventArgs コンストラクタ

新しい GalleryToolItemEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tool As PopupGalleryTool, _
   ByVal group As GalleryToolItemGroup, _
   ByVal item As GalleryToolItem, _
   ByVal itemLocation As GalleryArea _
)
public GalleryToolItemEventArgs( 
   PopupGalleryTool tool,
   GalleryToolItemGroup group,
   GalleryToolItem item,
   GalleryArea itemLocation
)

パラメータ

tool
このイベントに関連付けられたギャラリー ツール。
group
項目が属するグループ。
item
イベントに関連付けられた項目。
itemLocation
項目のギャラリーの位置。
参照