C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / OnMouseLeave Method
System.EventArgs that contains the event data.

In This Topic
OnMouseLeave Method (RadioButtonElement)
In This Topic
Called by the host control when the mouse leaves this Element.
Syntax
'Declaration
 
Public Overridable Sub OnMouseLeave( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also