File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010namespace ElectronNET . API
1111{
1212 /// <summary>
13- /// Add icons and context menus to the system's notification area .
13+ /// Monitor power state changes. .
1414 /// </summary>
1515 public sealed class PowerMonitor
1616 {
1717
1818
1919
2020 /// <summary>
21- /// Windows: Emitted when the tray balloon is closed
22- /// because of timeout or user manually closes it.
21+ /// Emitted when the system is about to lock the screen.
2322 /// </summary>
2423 public event Action OnLockScreen
2524 {
@@ -48,8 +47,7 @@ public event Action OnLockScreen
4847 private event Action _lockScreen ;
4948
5049 /// <summary>
51- /// Windows: Emitted when the tray balloon is closed
52- /// because of timeout or user manually closes it.
50+ /// Emitted when the system is about to unlock the screen.
5351 /// </summary>
5452 public event Action OnUnLockScreen
5553 {
You can’t perform that action at this time.
0 commit comments