StreamLink for Silverlight
ChatUsernameNotification Method (subscription, ev)
StreamLink for SilverlightCaplin.StreamLink.Subscription.ChatIChatSubscriptionListenerChatUsernameNotification(ISubscription, IChatEvent)
Called received when you first subscribe to a chat object in order to inform you of your chat username. The chat username is assigned by Liberator and will be of the form StreamLinkUserName-Number. The User property of ev is your chat username.
Declaration Syntax
C#Visual BasicVisual C++
void ChatUsernameNotification(
	ISubscription subscription,
	IChatEvent ev
)
Sub ChatUsernameNotification ( _
	subscription As ISubscription, _
	ev As IChatEvent _
)
void ChatUsernameNotification(
	ISubscription^ subscription, 
	IChatEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IChatEvent)
The event.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)