DotMSN

UserTypingEventHandler Delegate

Used when a remote contact begins typing.

[Visual Basic]
Public Delegate Sub UserTypingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContactEventArgs _
)
[C#]
public delegate void UserTypingEventHandler(
   object sender,
   ContactEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN Namespace