[]
Called before the MouseWheel event occurs to provide handling for the event in a derived class without attaching a delegate.
protected override void OnMouseWheel(MouseWheelEventArgs e)
Protected Overrides Sub OnMouseWheel(e As MouseWheelEventArgs)
Type | Name | Description |
---|---|---|
MouseWheelEventArgs | e | A MouseWheelEventArgs that contains the event data. |