DekGenius.com
[ Team LiB ] Previous Section Next Section

SessionEndedEventHandlerserializable

Microsoft.Win32 (system.dll)delegate

This delegate defines the signature that an event handler must use to receive the SystemEvents.SessionEnded event. This event is raised just before the system finishes its logoff or shutdown procedure.

public delegate void SessionEndedEventHandler(object sender, SessionEndedEventArgs e);

Associated Events

SystemEvents.SessionEnded( )

    [ Team LiB ] Previous Section Next Section