Name

PowerModeChangedEventArgs

Synopsis

This class creates a custom System.EventArgs object for the PowerModeChangedEventHandler delegate. It provides additional information to your event handler, identifying the new power mode that the system has entered.

Public Class PowerModeChangedEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New( ByVal mode As PowerModes) 
' Public Instance Properties
   Public ReadOnly Property Mode As PowerModes  
End Class

Hierarchy

System.ObjectSystem.EventArgs PowerModeChangedEventArgs

Passed To

PowerModeChangedEventHandler.{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.