Search
UndoEventArgs Constructor
See Also
 





Initializes a new instance of the UndoEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public UndoEventArgs (
    Command command
)

Visual Basic  Copy Code

Public New ( _
    command As Command _
)

 Parameters

command

The Command related to the event.

 See Also