Northwoods.GoWPF 2.2.4 Assembly
ModelChangedEventArgs Class Members
Properties  Methods 


The following tables list the members exposed by ModelChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorModelChangedEventArgs ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyChange Gets or sets the kind of change that this represents.  
Public PropertyData Gets or sets the data object, part of the model, that was modified.  
Public PropertyModelGets or sets the IDiagramModel that has been modified.  
Public PropertyNewParam Gets or sets an optional value associated with the new value.  
Public PropertyNewValue Gets or sets the next or current value that the property has.  
Public PropertyOldParam Gets or sets an optional value associated with the old value.  
Public PropertyOldValue Gets or sets the previous or old value that the property had.  
Public PropertyPropertyName (Inherited from System.ComponentModel.PropertyChangedEventArgs)
Top
Public Methods
 NameDescription
Public MethodCanRedoThis predicate returns true if you can call Redo.  
Public MethodCanUndoThis predicate returns true if you can call Undo.  
Public MethodClear Forget any references that this object may have.  
Public MethodGetParamThis is a convenient method to get the right parameter value, depending on the value of undo.  
Public MethodGetValueThis is a convenient method to get the right value, depending on the value of undo.  
Public MethodRedoRe-perform the document change after an Undo by calling ChangeModel.  
Public MethodToString Produce a human-readable description of the change to the model.  
Public MethodUndoReverse the effects of this document change by calling ChangeModel.  
Top
See Also

Reference

ModelChangedEventArgs Class
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback