C# Class JackSharp.Events.PortRegistrationEventArgs

Port registration event arguments.
Inheritance: System.EventArgs
Afficher le fichier Open project: residuum/JackSharp Class Usage Examples

Méthodes publiques

Méthode Description
PortRegistrationEventArgs ( PortReference port, ChangeType changeType ) : System

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

Method Details

PortRegistrationEventArgs() public méthode

Initializes a new instance of the JackSharp.Events.PortRegistrationEventArgs class.
public PortRegistrationEventArgs ( PortReference port, ChangeType changeType ) : System
port JackSharp.Ports.PortReference Port.
changeType ChangeType Change type.
Résultat System