バージョン

BeforeNodesDeletedEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal nodes() As UltraTreeNode, _
   ByVal displayPromptMsg As Boolean _
)
public BeforeNodesDeletedEventArgs( 
   UltraTreeNode[] nodes,
   bool displayPromptMsg
)

パラメータ

nodes
UltraTreeNode オブジェクトの配列。
displayPromptMsg
デフォルトのメッセージまたはダイアログが表示されるかどうかを示すブール値。
参照