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