EventRoute.PushBranchNode(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.