System.Reactive.PlatformServices.HostSuspendingEventArgs
(Infrastructure) Event arguments for host suspension events.
namespace System.Reactive.PlatformServices
{
public class HostSuspendingEventArgs : EventArgs
{
public HostSuspendingEventArgs();
}
}