- o
- Event sender.
- args
- Event arguments.
The UIManager.AddWidget event utilizes this delegate:
Event data is passed via the Gtk.AddWidgetArgs parameter.
To attach a Gtk.AddWidgetHandler to an event, add the AddWidgetHandler instance to the event. The methods referenced by the AddWidgetHandler instance are invoked whenever the event is raised, until the AddWidgetHandler is removed from the event.