Click or drag to resize

SessionWithOAuthEventHandler Delegate

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

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public delegate void SessionWithOAuthEventHandler(
	Object sender,
	ApiSession apiSession
)

Parameters

sender
Type: SystemObject
apiSession
Type: BlackBerry.WorkspacesApiSession
See Also