IWindowImplBeginMoveDrag Method
Starts moving a window with left button being held. Should be called from left mouse button press event handler.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void BeginMoveDrag(
PointerPressedEventArgs e
)
Sub BeginMoveDrag (
e As PointerPressedEventArgs
)
abstract BeginMoveDrag :
e : PointerPressedEventArgs -> unit
Parameters
- e PointerPressedEventArgs
-