Share via


InputNonClientPointerSource.WindowRectChanged Event

Definition

Occurs when the window position has finished changing.

public event TypedEventHandler<InputNonClientPointerSource,WindowRectChangedEventArgs> WindowRectChanged;

Event Type

Remarks

This corresponds to the WM_WINDOWPOSCHANGED windows message.

Applies to

See also