Skip to main content
A newer version of this page is available.

SnapControl.AsynchronousOperationFinished Event

Occurs after finishing an asynchronous operation in a separate thread.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

public event EventHandler AsynchronousOperationFinished

Event Data

The AsynchronousOperationFinished event's data class is EventArgs.

Remarks

Handle this event to track the status of asynchronous operations that are being currently performed in separate threads and avoid simultaneous execution of similar operations.

The document assembly is processed to an entirely separate thread to avoid application lock-ups.

An example of an asynchronous operation that is performed in a separate thread is the Finish & Merge command that triggers the assembling of a mail merge document.

snap-mail-merge-background-performing-separate-thread

See Also