Specifies a user action on a schedule item. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public enum ItemAction |
Visual Basic |
---|
Public Enumeration 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. |