Skip to main content

Completed Event

An event that is raised when the operation completes.

Definition

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

public event EventHandler Completed
View Source

Value

EventHandler

Remarks

Completed indicates that the operation was invoked and has either completed successfully or faulted. Note that a canceled or aborted operation is never is never considered completed.

See Also

Reference

DispatcherOperation Class
Avalonia.Threading Namespace