SizeChangedEventArgs(RoutedEvent, Object, Size, Size) Constructor

Initializes a new instance of the SizeChangedEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SizeChangedEventArgs(
	RoutedEvent? routedEvent,
	Object? source,
	Size previousSize,
	Size newSize
)

Parameters

routedEvent  RoutedEvent
The routed event associated with these event args.
source  Object
The source object that raised the routed event.
previousSize  Size
The previous size (or bounds) of the object.
newSize  Size
The new size (or bounds) of the object.

See Also