Skip to main content

RaisePropertyChanged<T> Method

Raises the PropertyChanged event for a direct property.

Definition

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

protected void RaisePropertyChanged<T>(
DirectPropertyBase<T> property,
T oldValue,
T newValue
)

Parameters

  DirectPropertyBase(T)
The property that has changed.
  T
The old property value.
  T
The new property value.

Type Parameters

See Also

Reference

AvaloniaObject Class
Avalonia Namespace