Specifies the type of modification action used, when an item is modified.
Namespace: MindFusion.Scheduling
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Clone |
Specifies that the item was interactively cloned. |
|
Create |
Specifies that the item was interactively created. |
|
Delete |
Specifies that the item was interactively deleted. |
|
Drag |
Specifies that the item is modified through an interactive drag operation. |
|
Edit |
Specifies that the item was modified through a modification of one or more of its properties, excluding drag and resize interactive operations. |
|
InplaceEdit |
Specifies that the item is modified through an interactive inplace-edit operation. |
|
Resize |
Specifies that the item is modified through an interactive resize operation. |
Used by the ItemModifiedEventArgs instances.