TransitionCompletedEventArgs Constructor

Initializes a new instance of TransitionCompletedEventArgs.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TransitionCompletedEventArgs(
	Object? from,
	Object? to,
	bool hasRunToCompletion
)

Parameters

from  Object
The content that was transitioned from.
to  Object
The content that was transitioned to.
hasRunToCompletion  Boolean
Whether the transition ran to completion.

See Also