InputNonClientPointerSource.EnteredMoveSize Event

Definition

Occurs when the window has entered a move-size loop.

C#
public event TypedEventHandler<InputNonClientPointerSource,EnteredMoveSizeEventArgs> EnteredMoveSize;

Event Type

Remarks

This corresponds to the WM_ENTERSIZEMOVE windows message.

Applies to

Produk Versi
Windows App SDK 1.6

See also