The ScheduleItemMover type exposes the following members.

Constructors

  NameDescription
ScheduleItemMover
Initializes a new instance of the ScheduleItemMover class.

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).)

Fields

  NameDescription
ScheduleItemProperty
Identifies the ScheduleItem property.

Properties

  NameDescription
ScheduleItem
Gets or sets the ScheduleItem associated with the mover. This is a dependency property.

See Also