Name

SessionEndedEventHandler

Synopsis

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( )

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.