ASP.NET Pack Programmer's Guide
Action Members
Constructors Fields
 


Provides constants that identify the current operation carried out interactively on an item. Usually you would pass one of these constants to the constructor of an InteractionState instance when implementing custom BehaviorBase classes.

The following tables list the members exposed by the Action type.

 Public Constructors

  Name Description

Action

Initializes a new instance of the Action class.

 Public Fields

  Name Description

Create

Specifies that a new item is currently being drawn by a user.

Modify

Specifies that an existing item is being modified.

None

Specifies that there isn't any action being performed on an item.

Split

Specifies that a segment of a link is being split.

 See Also

Action Class
com.mindfusion.diagramming Namespace