AvaloniaObjectRaisePropertyChangedT Method

Raises the PropertyChanged event for a direct property.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected void RaisePropertyChanged<T>(
	DirectPropertyBase<T> property,
	T oldValue,
	T newValue
)

Parameters

property  DirectPropertyBaseT
The property that has changed.
oldValue  T
The old property value.
newValue  T
The new property value.

Type Parameters

T

See Also