Click or drag to resize

ViewBaseMouseLeave Method

Mouse has left the view.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void MouseLeave(
	ViewBase next
)

Parameters

next
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Reference to view that is next to have the mouse.
See Also