Northwoods.GoWPF 2.2.4 Assembly
ChangeModel Method (IDiagramModel)

an edit describing the change to be performed
true if undoing; false if redoing
This is called during an Undo or a Redo to actually make state changes to this model or to this model's data.
Syntax
Sub ChangeModel( _
   ByVal e As ModelChangedEventArgs, _
   ByVal undo As Boolean _
) 
void ChangeModel( 
   ModelChangedEventArgs e,
   bool undo
)

Parameters

e
an edit describing the change to be performed
undo
true if undoing; false if redoing
Requirements
See Also

Reference

IDiagramModel Interface
IDiagramModel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback