GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / GetInt Method
In This Topic
    GetInt Method
    In This Topic
    If undo is true, this returns OldInt, otherwise it returns NewInt.
    Syntax
    public int GetInt( 
       bool undo
    )

    Parameters

    undo

    Return Value

    An int
    See Also