GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / GetValue Method
In This Topic
    GetValue Method
    In This Topic
    If undo is true, this returns OldValue, otherwise it returns NewValue.
    Syntax
    public object GetValue( 
       bool undo
    )

    Parameters

    undo

    Return Value

    An Object
    See Also