C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / OnMouseMove Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseMove Method (InputMaskedTextBox)
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