TreeViewCancelEventArgs(TreeNode, Boolean, TreeViewAction) コンストラクター

定義

ツリー ノード、イベントをキャンセルするかどうかを示す値、およびイベントを発生させたツリー ビュー アクションの種類を指定して、TreeViewCancelEventArgs クラスの新しいインスタンスを初期化します。

public:
 TreeViewCancelEventArgs(System::Windows::Forms::TreeNode ^ node, bool cancel, System::Windows::Forms::TreeViewAction action);
public TreeViewCancelEventArgs (System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action);
public TreeViewCancelEventArgs (System.Windows.Forms.TreeNode? node, bool cancel, System.Windows.Forms.TreeViewAction action);
new System.Windows.Forms.TreeViewCancelEventArgs : System.Windows.Forms.TreeNode * bool * System.Windows.Forms.TreeViewAction -> System.Windows.Forms.TreeViewCancelEventArgs
Public Sub New (node As TreeNode, cancel As Boolean, action As TreeViewAction)

パラメーター

node
TreeNode

イベントが応答する対象の TreeNode

cancel
Boolean

イベントを取り消す場合は true、それ以外の場合は false です。

action
TreeViewAction

イベントを発生させたアクションの種類を示す、TreeViewAction 値の 1 つ。

適用対象