| File: Microsoft\Win32\PowerModeChangedEventHandler.cs | Web Access |
| Project: src\src\runtime\src\libraries\Microsoft.Win32.SystemEvents\src\Microsoft.Win32.SystemEvents.csproj (Microsoft.Win32.SystemEvents) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Win32 { /// <devdoc> /// <para>Represents the method that will handle the <see cref='Microsoft.Win32.SystemEvents.PowerModeChanged'/> event.</para> /// </devdoc> public delegate void PowerModeChangedEventHandler(object sender, PowerModeChangedEventArgs e); } |