Click or drag to resize

KryptonFloatingWindowOnWindowCaptionDragging Method

Raises the WindowCaptionDragging event.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnWindowCaptionDragging(
	ScreenAndOffsetEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.DockingScreenAndOffsetEventArgs
An ScreenAndOffsetEventArgs that contains the event data.
See Also