StyledElementDataContextChanged Event

Occurs when the DataContext property changes.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public event EventHandler DataContextChanged

Value

EventHandler

Remarks

This event will be raised when the DataContext property has changed and all subscribers to that change have been notified.

See Also