EventRoute.PushBranchNode(Object, Object) Method

Definition

Adds the top-most node to the event route stack at which two logical trees diverge.

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)

Parameters

node
Object

The top-most element on the event route stack at which two logical trees diverge.

source
Object

The source for the top-most element on the event route stack at which two logical trees diverge.

Applies to