C1.Win.Input.Base.Views Namespace / IDropDownEditorViewBase Interface / OnMouseEnter Method
System.EventArgs that contains the event data.

In This Topic
OnMouseEnter Method (IDropDownEditorViewBase)
In This Topic
Called by the host control when the mouse enters this C1.Framework.Element.
Syntax
'Declaration
 
Sub OnMouseEnter( _
   ByVal e As EventArgs _
) 
 

Parameters

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