C# Class JackSharp.Events.NotAvailableEventArgs

Not available event arguments.
Inheritance: System.EventArgs
Afficher le fichier Open project: residuum/JackSharp

Méthodes publiques

Méthode Description
NotAvailableEventArgs ( string eventName ) : System

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

Method Details

NotAvailableEventArgs() public méthode

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