[]
        
(Showing Draft Content)

C1.Framework.Element.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseEventArgs)

Handles MouseWheel events.

Declaration
public virtual bool OnMouseWheel(MouseEventArgs e)
Parameters
Type Name Description
MouseEventArgs e

MouseEventArgs that contains the event data.

Returns
Type Description
bool

True if the event was handled by this element, false otherwise.