'Declaration
Public Overridable Function OnMouseWheel( _ ByVal e As MouseEventArgs _ ) As Boolean
public virtual bool OnMouseWheel( MouseEventArgs e )
Parameters
- e
- System.Windows.Forms.MouseEventArgs that contains the event data.
Return Value
True if the event was handled by this element, false otherwise.