Name | Description | |
---|---|---|
![]() | ModelChangedEventArgs Constructor | Overloaded. |
The following tables list the members exposed by ModelChangedEventArgs.
Name | Description | |
---|---|---|
![]() | ModelChangedEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Change | Gets or sets the kind of change that this represents. |
![]() | Data | Gets or sets the data object, part of the model, that was modified. |
![]() | Model | Gets or sets the IDiagramModel that has been modified. |
![]() | NewParam | Gets or sets an optional value associated with the new value. |
![]() | NewValue | Gets or sets the next or current value that the property has. |
![]() | OldParam | Gets or sets an optional value associated with the old value. |
![]() | OldValue | Gets or sets the previous or old value that the property had. |
![]() | PropertyName | (Inherited from System.ComponentModel.PropertyChangedEventArgs) |
Name | Description | |
---|---|---|
![]() | CanRedo | This predicate returns true if you can call Redo. |
![]() | CanUndo | This predicate returns true if you can call Undo. |
![]() | Clear | Forget any references that this object may have. |
![]() | GetParam | This is a convenient method to get the right parameter value, depending on the value of undo. |
![]() | GetValue | This is a convenient method to get the right value, depending on the value of undo. |
![]() | Redo | Re-perform the document change after an Undo by calling ChangeModel. |
![]() | ToString | Produce a human-readable description of the change to the model. |
![]() | Undo | Reverse the effects of this document change by calling ChangeModel. |