AvaloniaPropertyChangedEventArgs<T> Constructor
Initializes a new instance of the AvaloniaPropertyChangedEventArgs class.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public AvaloniaPropertyChangedEventArgs(
AvaloniaObject sender,
AvaloniaProperty<T> property,
Optional<T> oldValue,
BindingValue<T> newValue,
BindingPriority priority
)
Public Sub New (
sender As AvaloniaObject,
property As AvaloniaProperty(Of T),
oldValue As Optional(Of T),
newValue As BindingValue(Of T),
priority As BindingPriority
)
new :
sender : AvaloniaObject *
property : AvaloniaProperty<'T> *
oldValue : Optional<'T> *
newValue : BindingValue<'T> *
priority : BindingPriority -> AvaloniaPropertyChangedEventArgs
Parameters
- AvaloniaObject
- The object that the property changed on.
- AvaloniaProperty(T)
- The property that changed.
- Optional(T)
- The old value of the property.
- BindingValue(T)
- The new value of the property.
- BindingPriority
- The priority of the binding that produced the value.
See Also
Reference
AvaloniaPropertyChangedEventArgs(T) Class
Avalonia Namespace