MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemModifyAction Enumeration
See Also
 





Specifies the type of modification action used, when an item is modified.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum ItemModifyAction

Visual Basic  Copy Code

Public Enum ItemModifyAction

 Members

  Member name Value Description

Edit

0

Specifies that the item was modified through a modification of one or more of its properties, excluding drag and resize interactive operations.

Drag

1

Specifies that the item is modified through an interactive drag operation.

Resize

2

Specifies that the item is modified through an interactive resize operation.

 See Also

MindFusion.Scheduling.WebForms Namespace