Occurs when the asynchronous call of the MoveAsync method is completed (or canceled or raised an exception).

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Event MoveCompleted As EventHandler(Of ZipMoveCompletedEventArgs)
C#
public event EventHandler<ZipMoveCompletedEventArgs> MoveCompleted

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also