For a list of all members of this type, see GoChangedEventArgs members.
Public Methods
| 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. |
| FindBeforeChangingEdit | Search for a GoChangedEventArgs that matches this one's Document, Hint, SubHint, and Object, and whose IsBeforeChanging property is true. |
| GetFloat | If is true, this returns the X part of OldRect, otherwise it returns the X part of NewRect. |
| GetInt | If is true, this returns OldInt, otherwise it returns NewInt. |
| GetPoint | If is true, this returns the Location part of OldRect, otherwise it returns the Location part of NewRect. |
| GetRect | If is true, this returns OldRect, otherwise it returns NewRect. |
| GetSize | If is true, this returns the Size part of OldRect, otherwise it returns the Size part of NewRect. |
| GetValue | If is true, this returns OldValue, otherwise it returns NewValue. |
| Redo | Re-perform the document change after an Undo by calling GoDocument.ChangeValue. |
| ToString | Produce a description that may be useful in debugging event handling and the undo manager. |
| Undo | Reverse the effects of this document change by calling GoDocument.ChangeValue. |
Top
See Also