GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class
Properties Methods


In This Topic
    GoChangedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GoChangedEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the GoDocument that raised the Changed event described by this EventArgs.  
    Public PropertyGets the Object as a GoObject.  
    Public Property Gets or sets the general category of document Changed event.  
    Public PropertyGets or sets whether this event args/undoable edit was created by a document Changed event that represents a call to GoDocument.RaiseChanging or by a call to GoDocument.RaiseChanged.  
    Public Property Gets or sets the new integer value information for a change.  
    Public Property Gets or sets the new float, PositionF, SizeF, or RectangleF value information for a change.  
    Public Property Gets or sets the new arbitrary object value information for a change, including boolean values.  
    Public Property Gets or sets the object that was changed by the document Changed event.  
    Public Property Gets or sets the previous or old integer value information for a change.  
    Public Property Gets or sets the previous or old float, PositionF, SizeF, or RectangleF value information for a change.  
    Public Property Gets or sets the previous or old arbitrary object value information for a change, including boolean values.  
    Public Property Gets the user-visible string description of this undoable edit.  
    Public PropertyGets or sets the more detailed kind of document Changed event, depending on the particular Hint value.  
    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 MethodSearch for a GoChangedEventArgs that matches this one's Document, Hint, SubHint, and Object, and whose IsBeforeChanging property is true.  
    Public MethodIf undo is true, this returns the X part of OldRect, otherwise it returns the X part of NewRect.  
    Public MethodIf undo is true, this returns OldInt, otherwise it returns NewInt.  
    Public MethodIf undo is true, this returns the Location part of OldRect, otherwise it returns the Location part of NewRect.  
    Public MethodIf undo is true, this returns OldRect, otherwise it returns NewRect.  
    Public MethodIf undo is true, this returns the Size part of OldRect, otherwise it returns the Size part of NewRect.  
    Public MethodIf undo is true, this returns OldValue, otherwise it returns NewValue.  
    Public MethodRe-perform the document change after an Undo by calling GoDocument.ChangeValue.  
    Public Method Produce a description that may be useful in debugging event handling and the undo manager.  
    Public MethodReverse the effects of this document change by calling GoDocument.ChangeValue.  
    Top
    See Also