You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Events > IMClient.OnTypingIndication Event
MessengerYouLike
IMClient.OnTypingIndication Event

Signals that Friend is typing a message

C#
public event OnTypingIndication;
Visual Basic
Public Event OnTypingIndication(ByVal FriendUsername As String)
Return Values 
Description 
ByVal FriendUsername As String 
Username of friend who is typing a message 

When a User starts typing a message then the friend is notified via this event that user is typing a message

Copyright (c) 2007. All rights reserved.