Click or drag to resize

DownloadDocumentEventHandler Delegate

[Missing <summary> documentation for "T:BlackBerry.Workspaces.DownloadDocumentEventHandler"]

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

Parameters

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