StreamLink.NET
ChatUserLoggedIn Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.ChatIChatSubscriptionListenerChatUserLoggedIn(ISubscription, IChatEvent)
Called when a StreamLink user enters the chat by subscribing to the chat object. The User property of ev is the username of the newly logged in chat user.
Declaration Syntax
C#Visual BasicVisual C++
void ChatUserLoggedIn(
	ISubscription subscription,
	IChatEvent ev
)
Sub ChatUserLoggedIn ( _
	subscription As ISubscription, _
	ev As IChatEvent _
)
void ChatUserLoggedIn(
	ISubscription^ subscription, 
	IChatEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IChatEvent)
The event.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)