Class StoppedEventArgs
Event arguments class for the Stopped event
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public sealed class StoppedEventArgs : EventArgs
Constructors
Name | Description |
---|---|
StoppedEventArgs(Exception) | Initializes a new instance of the StoppedEventArgs class. |
Fields
Name | Description |
---|---|
Exception | The exception that caused the data source stop. |