DataContextChanged Event
Occurs when the DataContext property changes.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public event EventHandler DataContextChanged
Public Event DataContextChanged As EventHandler
member DataContextChanged : IEvent<EventHandler,
EventArgs>
Value
EventHandlerRemarks
This event will be raised when the DataContext property has changed and all subscribers to that change have been notified.