Click or drag to resize

FileDownloadResultHandler Delegate

The type for a handler, called when the download of a file finished.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public delegate void FileDownloadResultHandler(
	bool success
)

Parameters

success
Type: SystemBoolean
true if the download was successfull; otherwise false.
See Also