I am participating in a software development. The original code used .NET's PowerModeChangedEventArgs
to determine the power mode modification. This is valid in S3 mode, but we tried to work under S0 and found that it does not trigger this event (It seems that Power mode will not be modified under modern standby?), so I would like to ask if there is any way to judge in the code that it has entered modern standby?
Thanks.