GoDiagram Win Reference
GoChangedEventArgs Class Methods


For a list of all members of this type, see GoChangedEventArgs members.

Public Methods
 NameDescription
Public MethodCanRedoThis predicate returns true if you can call Redo.  
Public MethodCanUndoThis predicate returns true if you can call Undo.  
Public MethodClearForget any references that this object may have.  
Public MethodFindBeforeChangingEditSearch for a GoChangedEventArgs that matches this one's Document, Hint, SubHint, and Object, and whose IsBeforeChanging property is true.  
Public MethodGetFloatIf undo is true, this returns the X part of OldRect, otherwise it returns the X part of NewRect.  
Public MethodGetIntIf undo is true, this returns OldInt, otherwise it returns NewInt.  
Public MethodGetPointIf undo is true, this returns the Location part of OldRect, otherwise it returns the Location part of NewRect.  
Public MethodGetRectIf undo is true, this returns OldRect, otherwise it returns NewRect.  
Public MethodGetSizeIf undo is true, this returns the Size part of OldRect, otherwise it returns the Size part of NewRect.  
Public MethodGetValueIf undo is true, this returns OldValue, otherwise it returns NewValue.  
Public MethodRedoRe-perform the document change after an Undo by calling GoDocument.ChangeValue.  
Public MethodToStringProduce a description that may be useful in debugging event handling and the undo manager.  
Public MethodUndoReverse the effects of this document change by calling GoDocument.ChangeValue.  
Top
See Also

Reference

GoChangedEventArgs Class
Northwoods.Go Namespace
DocumentChanged Event

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback