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

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

Parameters

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