For a list of all members of this type, see GoChangedEventArgs members.
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.png) | CanRedo | This predicate returns true if you can call Redo. |
![Public Method](dotnetimages/publicMethod.png) | CanUndo | This predicate returns true if you can call Undo. |
![Public Method](dotnetimages/publicMethod.png) | Clear | Forget any references that this object may have. |
![Public Method](dotnetimages/publicMethod.png) | FindBeforeChangingEdit | Search for a GoChangedEventArgs that matches this one's Document, Hint, SubHint, and Object, and whose IsBeforeChanging property is true. |
![Public Method](dotnetimages/publicMethod.png) | GetFloat | If is true, this returns the X part of OldRect, otherwise it returns the X part of NewRect. |
![Public Method](dotnetimages/publicMethod.png) | GetInt | If is true, this returns OldInt, otherwise it returns NewInt. |
![Public Method](dotnetimages/publicMethod.png) | GetPoint | If is true, this returns the Location part of OldRect, otherwise it returns the Location part of NewRect. |
![Public Method](dotnetimages/publicMethod.png) | GetRect | If is true, this returns OldRect, otherwise it returns NewRect. |
![Public Method](dotnetimages/publicMethod.png) | GetSize | If is true, this returns the Size part of OldRect, otherwise it returns the Size part of NewRect. |
![Public Method](dotnetimages/publicMethod.png) | GetValue | If is true, this returns OldValue, otherwise it returns NewValue. |
![Public Method](dotnetimages/publicMethod.png) | Redo | Re-perform the document change after an Undo by calling GoDocument.ChangeValue. |
![Public Method](dotnetimages/publicMethod.png) | ToString | Produce a description that may be useful in debugging event handling and the undo manager. |
![Public Method](dotnetimages/publicMethod.png) | Undo | Reverse the effects of this document change by calling GoDocument.ChangeValue. |
Top
See Also