GoXam for WPF v3
ModelChangedEventArgs Class Members
Properties  Methods 


Northwoods.GoXam.Model Namespace : ModelChangedEventArgs Class

The following tables list the members exposed by ModelChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets or sets the kind of change that this represents.  
Public Property Gets or sets the data object, part of the model, that was modified.  
Public PropertyGets or sets the IDiagramModel that has been modified.  
Public Property Gets or sets an optional value associated with the new value.  
Public Property Gets or sets the next or current value that the property has.  
Public Property Gets or sets an optional value associated with the old value.  
Public Property Gets or sets the previous or old value that the property had.  
Public Property (Inherited from System.ComponentModel.PropertyChangedEventArgs)
Top
Public Methods
 NameDescription
Public MethodThis predicate returns true if you can call Redo.  
Public MethodThis predicate returns true if you can call Undo.  
Public Method Forget any references that this object may have.  
Public MethodThis is a convenient method to get the right parameter value, depending on the value of undo.  
Public MethodThis is a convenient method to get the right value, depending on the value of undo.  
Public MethodRe-perform the document change after an Undo by calling ChangeModel.  
Public Method Produce a human-readable description of the change to the model.  
Public MethodReverse the effects of this document change by calling ChangeModel.  
Top
See Also

Reference

ModelChangedEventArgs Class
Northwoods.GoXam.Model Namespace