Ham Cockpit   

    Show / Hide Table of Contents

    Class StoppedEventArgs

    Event arguments class for the Stopped event

    Inheritance
    Object
    EventArgs
    StoppedEventArgs
    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.

    • View Source
    Back to top Generated by DocFX