Search
DiagramItem.SaveState Method
See Also
 





Saves the state of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SaveState (
    DiagramItemState state
)

Visual Basic  Copy Code

Protected Overridable Sub SaveState( _
    state As DiagramItemState _
)

 Parameters

state
A DiagramItemState object.

 Remarks

This method is called to save undo information when the users starts modifying an item.

 See Also