Click or drag to resize
DownloadDocumentEventHandler Delegate
DownloadDocumentEventHandler

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public delegate void DownloadDocumentEventHandler(
	Object sender,
	DownloadEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: BlackBerry.WorkspacesDownloadEventArgs
See Also