Represents the method that will handle the PowerModeChanged event.
| C# | Visual Basic |
public delegate void PowerModeChangedEventHandler( Object sender, PowerModeChangedEventArgs e )
Public Delegate Sub PowerModeChangedEventHandler ( _ sender As Object, _ e As PowerModeChangedEventArgs _ )
- sender (Object)
- The source of the event. When this event is raised by the SystemEvents class, this object is always a null reference (Nothing in Visual Basic).