EventRoute.PushBranchNode(Object, Object) 方法

定義

在事件路由堆疊中,新增開始分枝成兩個邏輯樹狀結構的最上層項目。

public:
 void PushBranchNode(System::Object ^ node, System::Object ^ source);
public void PushBranchNode (object node, object source);
member this.PushBranchNode : obj * obj -> unit
Public Sub PushBranchNode (node As Object, source As Object)

參數

node
Object

事件路由堆疊中,開始分枝成兩個邏輯樹狀結構的最上層項目。

source
Object

事件路由堆疊中,開始分枝成兩個邏輯樹狀結構的最上層項目的來源。

適用於