emitCommand

Emits a command to the sender widget's parents with the given CommandString and args. You have no way of knowing if it was ever actually consumed due to the loose coupling. Instead, the consumer may broadcast a state update back toward you.

void
emitCommand
(
string CommandString
WidgetType
Args...
)
(
WidgetType w
,
Args args
)
Suggestion Box / Bug Report