[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseWheelEventArgs)

Spread take the whole permission to handle mouse wheel. Child control have nothing.

Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Protected Overrides Sub OnMouseWheel(e As MouseWheelEventArgs)
Parameters
Type Name Description
MouseWheelEventArgs e

The MouseWheelEventArgs that contains the event data.

Overrides