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