The ScheduleItemTimeChanger type exposes the following members.

Constructors

  NameDescription
ScheduleItemTimeChanger
Initializes a new instance of the ScheduleItemTimeChanger class.

Methods

  NameDescription
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.
TimeEndProperty
Identifies the TimeEnd property.

Properties

  NameDescription
ScheduleItem
Gets or sets the ScheduleItem associated with the changer. This is a dependency property.
TimeEnd
Gets or sets the end (start or finish) of the ScheduleItem will be changed by dragging this ScheduleItemTimeChanger. This is a dependency property.

See Also