Click or drag to resize
ConnectionClientMovedSubscription Event
Once a channel has been subscribed or unsubscribed, the event is called for each client in the subscribed channel. The event is not to be confused with ClientMoved, which is called for clients actively switching channels.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public event ClientMoveSubscriptionEventHandler ClientMovedSubscription

Value

Type: TeamSpeak.Sdk.ClientClientMoveSubscriptionEventHandler
See Also