SBMessageHandler.OnUserTyping Method
Fires the UserTyping event.
[Visual Basic]
Overridable Protected Sub OnUserTyping( _
ByVal
contact As
Contact _
)
[C#]
protected virtual
void OnUserTyping(
Contact contact);
Parameters
-
contact
- The contact who is typing.
See Also
SBMessageHandler Class | XihSolutions.DotMSN Namespace