GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoMouseWheel Method
In This Topic
    DoMouseWheel Method (GoTool)
    In This Topic
    The view calls this method as the mouse wheel rotates; all of the event information is provided by the LastInput property.
    Syntax
    public virtual void DoMouseWheel()
    Remarks
    By default this does nothing.
    See Also