Click or drag to resize
ConnectStatusChangeEventHandler Delegate
Used after calling Start Overload to inform the Client of the connection status changes.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void ConnectStatusChangeEventHandler(
	Connection connection,
	ConnectStatus newStatus,
	Error error
)

Parameters

connection
Type: TeamSpeak.Sdk.ClientConnection
Connection whose status changed
newStatus
Type: TeamSpeak.SdkConnectStatus
the new status of the connection
error
Type: TeamSpeak.SdkError
error that resulted in the change in connection status
See Also