[]
        
(Showing Draft Content)

C1.Framework.ScrollablePanel.OnMouseWheel

OnMouseWheel Method

OnMouseWheel(MouseEventArgs)

Handles MouseWheel events.

Declaration
public override 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.

Overrides