バージョン

TreemapNodeClickEventArgs コンストラクタ

TreemapNodeClickEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal node As TreemapNode, _
   ByVal e As MouseButtonEventArgs _
)
public TreemapNodeClickEventArgs( 
   TreemapNode node,
   MouseButtonEventArgs e
)

パラメータ

node
ノード。
e
イベントのデータを含む System.Windows.Input.MouseButtonEventArgs インスタンス。
参照