SessionEndedEventArgs

SessionEndedEventArgs

Microsoft.Win32 (system.dll) class

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; } } 

Hierarchy

System.Object System.EventArgs SessionEndedEventArgs

Passed To

SessionEndedEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net