HostSuspendingEventArgs
(Infrastructure) Event arguments for host suspension events.
            
                using System.ComponentModel;
namespace System.Reactive.PlatformServices
{
    [EditorBrowsable(EditorBrowsableState.Never)]
    public class HostSuspendingEventArgs : EventArgs
    {
    }
}