MindFusion.Scheduling for Silverlight Programmer's Guide
Action Enumeration
See Also
 





Indicates a user action performed on an item.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public enum Action

Visual Basic  Copy Code

Public Enum Action

 Members

  Member name Description

Move

Specifies that the user moves the item.

None

Specifies no action.

ResizeEnd

Specifies that the user modifies the end of the item.

ResizeProgress

Specifies that the user modifies the progress of the item.

ResizeStart

Specifies that the user modifies the start of the item.

 See Also

MindFusion.DataViews.Silverlight Namespace