GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnKeyDown Method
In This Topic
    OnKeyDown Method
    In This Topic
    This method is the view's key event handler.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnKeyDown( 
       KeyEventArgs evt
    )

    Parameters

    evt
    Remarks
    This method makes sure the LastInput property value has up-to-date information describing this keyboard input event. It then calls DoKeyDown, and then finally calls the base method to invoke all of the KeyDown event handlers.
    See Also