Table of Contents

Class ServiceUnregisteredEventArgs

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Event arguments for service unregistration events.

public class ServiceUnregisteredEventArgs : EventArgs
Inheritance
ServiceUnregisteredEventArgs
Inherited Members

Constructors

ServiceUnregisteredEventArgs(string)

Initializes a new instance of the ServiceUnregisteredEventArgs class.

public ServiceUnregisteredEventArgs(string serviceName)

Parameters

serviceName string

The service name.

Properties

ServiceName

Gets the service name.

public string ServiceName { get; }

Property Value

string