Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
Syntax
'Declaration
Protected Overrides Sub OnMouseEnter( _
ByVal As System.Windows.Input.MouseEventArgs _
)
'Usage
Dim instance As DropDownItemControl
Dim e As System.Windows.Input.MouseEventArgs
instance.OnMouseEnter(e)
protected override void OnMouseEnter(
System.Windows.Input.MouseEventArgs
)
Parameters
- e
- The System.Windows.Input.MouseEventArgs that contains the event data.
See Also