DotMSN

SignedOffEventHandler Delegate

This delegate is used when a user signed off.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace