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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.