GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnPaint Method
In This Topic
    OnPaint Method (GoView)
    In This Topic
    Called by the system when needing to fix up invalidated parts of this view.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnPaint( 
       PaintEventArgs evt
    )

    Parameters

    evt
    See Also