InputNonClientPointerSource.WindowRectChanged Event

Definition

Occurs when the window position has finished changing.

C#
public event TypedEventHandler<InputNonClientPointerSource,WindowRectChangedEventArgs> WindowRectChanged;

Event Type

Remarks

This corresponds to the WM_WINDOWPOSCHANGED windows message.

Applies to

Produk Versi
Windows App SDK 1.6

See also