C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputTimePicker Class / OnMouseMove Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseMove Method (InputTimePicker)
In This Topic
Raises the MouseMove event.
Syntax
'Declaration
 
Protected Overridable Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

e
System.Windows.Forms.MouseEventArgs that contains the event data.
See Also