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)
- C#
- VB
- F#
public SizeChangedEventArgs(
RoutedEvent? routedEvent,
Object? source,
Size previousSize,
Size newSize
)
Public Sub New (
routedEvent As RoutedEvent,
source As Object,
previousSize As Size,
newSize As Size
)
new :
routedEvent : RoutedEvent *
source : Object *
previousSize : Size *
newSize : Size -> SizeChangedEventArgs
Parameters
- RoutedEvent
- The routed event associated with these event args.
- Object
- The source object that raised the routed event.
- Size
- The previous size (or bounds) of the object.
- Size
- The new size (or bounds) of the object.
See Also
Reference
SizeChangedEventArgs Class
SizeChangedEventArgs Overload
Avalonia.Controls Namespace