C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / OnMouseWheel Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseWheel Method (PathIconElement)
In This Topic
Handles MouseWheel events.
Syntax
'Declaration
 
Public Overridable Function OnMouseWheel( _
   ByVal e As MouseEventArgs _
) As Boolean
 

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