Search
DisposableCommand Constructor
See Also
 






Initializes a new instance of the DisposableCommand class.

Namespace: MindFusion.Charting.Commands
File: DisposableCommand.js

 Syntax

JavaScript  Copy Code

function DisposableCommand (manager)

 Parameters

manager

The UndoManager that contains this command.

 See Also