<PackageReference Include="Microsoft.Win32.SystemEvents" Version="10.0.9" />
Microsoft.Win32.TimerElapsedEventArgs
namespace Microsoft.
Win32
{
public class TimerElapsedEventArgs :
EventArgs
{
public IntPtr TimerId { get; }
public TimerElapsedEventArgs(
IntPtr timerId);
}
}