The event that is raised when an on-going file-transfer has been aborted prematurely, either due to cancellation or error.

Namespace: S22.Xmpp.Client
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<FileTransferAbortedEventArgs> FileTransferAborted

See Also