The ScheduleItemMover type exposes the following members.

Methods

  NameDescription
OnMouseLeave
Called by the framework when the mouse leaves the control.
(Overrides UIElement..::.OnMouseLeave(MouseEventArgs).)
OnMouseLeftButtonDown
Called by the framework when the user presses the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonDown(MouseButtonEventArgs).)
OnMouseLeftButtonUp
Called by the framework when the user releases the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonUp(MouseButtonEventArgs).)
OnMouseMove
Called by the framework when the user moves the mouse.
(Overrides UIElement..::.OnMouseMove(MouseEventArgs).)

See Also