![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
An event handler for UI widgets can be attached to any widget using Widget.AddHandler. It can also be attached to multiple widgets. After attaching, the handler will start to receive events from the widget as well as unprocessed events from all its children. An event is considered processed when the event method returns TRUE. Events are first called on all event handlers of the widget, then on the parent widget in the hierarchy until the event is processed or the hierarchy root widget is reached.
Definition at line 18 of file ScriptedWidgetEventHandler.c.