Called by the framework when the mouse enters the control.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnMouseEnter(
	MouseEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnMouseEnter ( _
	e As MouseEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.MouseEventArgs
The mouse event data.

See Also