Table of Contents

Class InteriorNotification

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements mouse handling for the InteriorDrawable.

public class InteriorNotification : ControlNotification, IControlNotification
Inheritance
InteriorNotification
Implements

Constructors

InteriorNotification(InteriorDrawable)

Initializes a new instance of the InteriorNotification class.

Methods

AfterMouseLeftButtonDown(Control, MouseEventArgs)

Called after the left mouse button was pressed.

AfterMouseLeftButtonUp(Control, MouseEventArgs)

Called after the left mouse button was released.

AfterMouseMove(Control, MouseEventArgs)

Called after the mouse is moved.

AfterMouseWheel(Control, MouseEventArgs)

Called after the MouseWheel event is raised.

AfterScroll(Control, ScrollEventArgs)

Called after the Scroll event is raised.

AfterSetScrollBarInfo(Control, bool, ScrollBarInfo)

Called after the SetScrollBarInfo(bool, ScrollBarInfo) method is called.

AfterVisualStateChanged(Control)

Called when VisualStateChanged property is changed.