Click or drag to resize

PageButtonController Events

The PageButtonController type exposes the following members.

Events
 NameDescription
Public eventButtonDragOffset Occurs when the dragging inside the button drag rectangle.
(Inherited from ButtonController)
Public eventButtonDragRectangle Occurs when the drag rectangle for the button is required.
(Inherited from ButtonController)
Public eventClick Occurs when the mouse is used to left click the target.
(Inherited from ButtonController)
Public eventDragEnd Occurs when drag ends.
(Inherited from ButtonController)
Public eventDragMove Occurs when drag moves.
(Inherited from ButtonController)
Public eventDragQuit Occurs when drag quits.
(Inherited from ButtonController)
Public eventDragStart Occurs when start of drag operation occurs.
(Inherited from ButtonController)
Public eventMiddleClick Occurs when the mouse is used to right click the target.
(Inherited from ButtonController)
Public eventMouseSelect Occurs when the mouse is used to left select the target.
(Inherited from ButtonController)
Public eventRightClick Occurs when the mouse is used to right click the target.
(Inherited from ButtonController)
Top
See Also