Click or drag to resize

CommandTStateDoNow Method

Overload List
  NameDescription
Public methodStatic memberDoNow(Action)
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
Public methodStatic memberDoNow(Action, Action)
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
Public methodStatic memberDoNow(Action, Action, String)
Enqueues and runs a new command by passing the function specified. Use this shortcut to wrap several statements into a single undo block.
Top
See Also