GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / LastInput Property
In This Topic
    LastInput Property (GoView)
    In This Topic
    Gets the canonical event args information for the last mouse or keyboard input.
    Syntax
    [Browsable(false)]
    public GoInputEventArgs LastInput {get;}
    Remarks
    The last input event args information is used by the tools, the view, and objects to decide how to behave. Typically you will use GoInputEventArgs.DocPoint to see where an event occurred, or GoInputEventArgs.Control to see if the Ctrl key was held down at the time of the event.
    See Also