TransitioningContentControlTransitionCompleted Event

Raised when the old content isn't needed anymore by the control, because the transition has completed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<TransitionCompletedEventArgs> TransitionCompleted

Value

EventHandlerTransitionCompletedEventArgs

See Also