(One intermediate revision by the same user not shown)
Line 17:
Line 17:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|OnDisplayItemGenerated(Display, Slot)|[[Type:Delegate|Delegate]]<[[Type:Display|Display]]: display, [[Type:Slot|Slot]]: itemRoot> -> [[Type:Void|Void]] : HIDDEN METHOD| Used to handle the creation of new displays and their UI from a [[Component:DesktopDisplayLayout|DesktopDisplayLayout]].
|OnDisplayItemGenerated:[[Type:Action`2|Action`2]]<[[Type:Display|Display]], [[Type:Slot|Slot]]>|[[Type:Action`2|Action`2]]<[[Type:Display|Display]], [[Type:Slot|Slot]]>|true| Used to handle the creation of new displays and their UI from a [[Component:DesktopDisplayLayout|DesktopDisplayLayout]].
|OnSwitchDisplay(IButton, ButtonEventData, int)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:Int|Int]]: index> -> [[Type:Void|Void]] : HIDDEN METHOD| handles switching the viewed desktop display for this component.
|OnSwitchDisplay:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|true| handles switching the viewed desktop display for this component.
|OnOpenKeyboard(IButton, ButtonEventData)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData> -> [[Type:Void|Void]] : HIDDEN METHOD| Handles the opening of a keyboard and focusing it to the desktop.
|OnOpenKeyboard:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles the opening of a keyboard and focusing it to the desktop.