Table of Contents

Class WindowMoveEventArgs

Namespace
Whim
Assembly
Whim.dll
Base event arguments for when a IWindow has been moved.
public abstract class WindowMoveEventArgs : WindowEventArgs
Inheritance
WindowMoveEventArgs
Derived
Inherited Members

Properties

CursorDraggedPoint

The cursor point. Only set if the window is being dragged.
public required IPoint<int>? CursorDraggedPoint { get; init; }

Property Value

IPoint<int>

MovedEdges

The edges that were moved, if the window was being resized by dragging the edges.
public required Direction? MovedEdges { get; init; }

Property Value

Direction?