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