GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawPaletteBase Class / OnMouseWheel Method
In This Topic
    OnMouseWheel Method (GoDrawPaletteBase)
    In This Topic
    The OnMouseWheel methods overrides the Control.OnMouseWheel method
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnMouseWheel( 
       MouseEventArgs e
    )

    Parameters

    e
    See Also