Name

SessionEndedEventArgs

Synopsis

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 : Inherits EventArgs
' Public Constructors
   Public Sub New( ByVal reason As SessionEndReasons) 
' Public Instance Properties
   Public ReadOnly Property Reason As SessionEndReasons  
End Class

Hierarchy

System.ObjectSystem.EventArgs SessionEndedEventArgs

Passed To

SessionEndedEventHandler.{BeginInvoke(), Invoke()}

Get VB.NET Core Classes in a Nutshell 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.