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