Click or drag to resize
UndoablePeriodCommand Properties

The UndoablePeriodCommand type exposes the following members.

Properties
  NameDescription
Public propertyAfterDoAction
Gets or sets the after Do action, which is an action executed right after Do has been called on this command
(Inherited from CommandBase.)
Public propertyAfterUndoAction
Gets or sets the after Undo action, which is an action executed right after Undo has been called on this command
(Inherited from CommandBase.)
Public propertyBeforeDoAction
Gets or sets the before Do action, which is an action executed right before Do is called on this command
(Inherited from CommandBase.)
Public propertyBeforeUndoAction
Gets or sets the before Undo action, which is an action executed right before Undo is called on this command
(Inherited from CommandBase.)
Public propertyDescription
Gets or sets the description of the command. This description can be used to show the commands in a queue visually on a screen.
(Inherited from CommandBase.)
Public propertyOwnCommandQueue
Gets the own command queue of this command. This queue is then used to store commands which are spawned when this command is executed.
(Inherited from CommandBase.)
Top
See Also