Gnome.CanvasEventHandler Delegate
Called when a canvas receives events from a Gnome.CanvasItem such as enter/leave, mouse movements, etc.

Syntax

public delegate void CanvasEventHandler (object o, CanvasEventArgs args)

Parameters

o
Documentation for this section has not yet been entered.
args
Documentation for this section has not yet been entered.

Remarks

The CanvasItem.CanvasEvent event utilizes this delegate:

Event data is passed via the Gnome.CanvasEventArgs parameter.

To attach a Gnome.CanvasEventHandler to an event, add the CanvasEventHandler instance to the event. The methods referenced by the CanvasEventHandler instance are invoked whenever the event is raised, until the CanvasEventHandler is removed from the event.

Requirements

Namespace: Gnome
Assembly: gnome-sharp (in gnome-sharp.dll)
Assembly Versions: 2.20.0.0