Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / OnMouseWheel Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseWheel Method (DropDownEditorViewBase)
    In This Topic
    Handles MouseWheel events.
    Syntax
    '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.
    See Also