Specifies the cause of a ScheduleItem being created.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum ScheduleItemCreationType
Visual Basic (Declaration)
Public Enumeration ScheduleItemCreationType

Members

Member nameDescription
TextInput
The user has input some text to trigger the creation of a ScheduleItem.
DoubleClick
The user has double clicked on a day or time slot to trigger the creation of a ScheduleItem.
CreateHereButton
The user has hovered the mouse over a day or time slot and then clicked the create-here button that appeared.
AddItemToolBarButton
The user has used the add-item button found in the navigation tool bar.

See Also