Click or drag to resize
WhiteboardWhiteboardCompletionHandler Delegate
Declare a delegate that handles the whiteboard operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void WhiteboardCompletionHandler(
	Whiteboard sender,
	WhiteboardUserEventArgs whiteboardEventArgs,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

sender
Type: Avaya.ClientServicesWhiteboard
Represents this Whiteboard.
whiteboardEventArgs
Type: Avaya.ClientServicesWhiteboardUserEventArgs
Represents the WhiteboardUserEventArgs based on the request.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
If there is an error then this is not null.
See Also