'Declaration Public Overridable Function OnMouseWheel( _ ByVal e As System.Windows.Forms.MouseEventArgs _ ) As System.Boolean
public virtual System.bool OnMouseWheel( System.Windows.Forms.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.