Specifies a user action on a schedule item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum ItemAction |
Visual Basic
![]() |
---|
Public Enum ItemAction |
Member name | Description | |
---|---|---|
![]() |
Move |
Indicates that the item is being moved. |
![]() |
None |
Indicates no action. |
![]() |
ResizeEnd |
Indicates that the item's end is being modified. |
![]() |
ResizeStart |
Indicates that the item's start is being modified. |
![]() |
Unspecified |
An unspecified action. |