Called when the mouse pointer enters the bounds of the header element.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected internal virtual void OnMouseEnter(
	Object sender,
	MouseEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnMouseEnter ( _
	sender As Object, _
	e As MouseEventArgs _
)

See Also