Banshee.Widgets.HoverImageButton.OnLeaveNotifyEvent C# (CSharp) Method

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool
        protected override bool OnLeaveNotifyEvent(Gdk.EventCrossing evnt)
        {
            is_hovering = false;
            UpdateImage();
            return base.OnLeaveNotifyEvent(evnt);
        }