DotMSN

SBMessageHandler.OnContactLeft Method 

Fires the ContactLeft event.

[Visual Basic]
Overridable Protected Sub OnContactLeft( _
   ByVal contact As Contact _
)
[C#]
protected virtual void OnContactLeft(
   Contact contact
);

Parameters

contact
The contact who left the session.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace