The ScheduleItemMover type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScheduleItemMover |
Initializes a new instance of the ScheduleItemMover class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| ScheduleItemProperty |
Identifies the ScheduleItem property.
|
Properties
| Name | Description | |
|---|---|---|
| ScheduleItem |
Gets or sets the ScheduleItem associated with the mover.
This is a dependency property.
|