[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseWheelEventArgs)

Called before the MouseWheel event occurs to provide handling for the event in a derived class without attaching a delegate.

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

A MouseWheelEventArgs that contains the event data.

Overrides