Click or drag to resize

FileWriteEventHandlerEx Delegate

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

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public delegate void FileWriteEventHandlerEx(
	Object sender,
	string path,
	string destinationPath
)

Parameters

sender
Type: SystemObject
path
Type: SystemString
destinationPath
Type: SystemString
See Also