August 2003
Intermediate to advanced
928 pages
32h 1m
English
SessionEndedEventArgs
This class is a
custom
System.EventArgs object for the
SystemEvents.SessionEnded delegate. It provides
additional information to your event handler about why the current
session has ended.
public class SessionEndedEventArgs : EventArgs {
// Public Constructors
public SessionEndedEventArgs(SessionEndReasons reason);
// Public Instance Properties
public SessionEndReasons Reason{get; }
}
System.Object
→
System.EventArgs
→
SessionEndedEventArgs
SessionEndedEventHandler.{BeginInvoke( ),
Invoke( )}