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

In This Topic
OnMouseUp Method (RadioButtonElement)
In This Topic
Called by the host control when the user releases a mouse button over this Element.
Syntax
'Declaration
 
Public Overridable Sub OnMouseUp( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

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