バージョン

NodeLayoutAssignedEventArgs コンストラクタ

NodeLayoutAssignedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal nodeLayout As OrgChartNodeLayout, _
   ByVal dataType As Type _
)
public NodeLayoutAssignedEventArgs( 
   OrgChartNodeLayout nodeLayout,
   Type dataType
)

パラメータ

nodeLayout
ノード レイアウト。
dataType
データのタイプ。
参照