InputNonClientPointerSource.WindowRectChanging Event

Definition

Occurs when the window rect is about to change.

C#
public event TypedEventHandler<InputNonClientPointerSource,WindowRectChangingEventArgs> WindowRectChanging;

Event Type

Remarks

This corresponds to the WM_WINDOWPOSCHANGING windows message.

Applies to

產品 版本
Windows App SDK 1.6

See also