Gtk.Widget.EnterNotifyEvent Event
The pointer has just entered the widget.

Syntax

[GLib.Signal("enter_notify_event")]
public event EnterNotifyEventHandler EnterNotifyEvent

Remarks

If the Widget.CanFocus flag is set, Widget will gain the focus, and the widget might be drawn differently. If the handler returns False, the event might be passed to the parent of widget (if no other handler of widget has returned True).

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)