WindowBaseOnResized Method

Raises the Resized event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnResized(
	WindowResizedEventArgs e
)

Parameters

e  WindowResizedEventArgs
An EventArgs that contains the event data.

See Also