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
serviceNamestringThe service name.
Properties
ServiceName
Gets the service name.
public string ServiceName { get; }