 | BackgroundCopyJobFileTransferred Event |
Occurs when BITS successfully finishes transferring a file.
Namespace:
usis.Net.Bits
Assembly:
usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic event EventHandler<BackgroundCopyFileEventArgs> FileTransferred
Public Event FileTransferred As EventHandler(Of BackgroundCopyFileEventArgs)
public:
event EventHandler<BackgroundCopyFileEventArgs^>^ FileTransferred {
void add (EventHandler<BackgroundCopyFileEventArgs^>^ value);
void remove (EventHandler<BackgroundCopyFileEventArgs^>^ value);
}
member FileTransferred : IEvent<EventHandler<BackgroundCopyFileEventArgs>,
BackgroundCopyFileEventArgs>
Value
Type:
SystemEventHandlerBackgroundCopyFileEventArgs
See Also