C# Class JackSharp.Events.NotAvailableEventArgs

Not available event arguments.
Inheritance: System.EventArgs
Show file Open project: residuum/JackSharp

Public Methods

Method Description
NotAvailableEventArgs ( string eventName ) : System

Initializes a new instance of the JackSharp.Events.NotAvailableEventArgs class.

Method Details

NotAvailableEventArgs() public method

Initializes a new instance of the JackSharp.Events.NotAvailableEventArgs class.
public NotAvailableEventArgs ( string eventName ) : System
eventName string Event name.
return System