Skip to main content

SizeChangedEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the SizeChangedEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public SizeChangedEventArgs(
RoutedEvent? routedEvent,
Object? source
)

Parameters

  RoutedEvent
The routed event associated with these event args.
  Object
The source object that raised the routed event.

See Also

Reference

SizeChangedEventArgs Class
SizeChangedEventArgs Overload
Avalonia.Controls Namespace