OnMouseLeave Method (InputEditorViewBase)
In This Topic
Called by the host control when the mouse leaves this
C1.Framework.Element.
Syntax
'Declaration
Public Overridable Sub OnMouseLeave( _
ByVal As EventArgs _
)
public virtual void OnMouseLeave(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also