バージョン

OrgChartNodeClickEventArgs コンストラクタ

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

パラメータ

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