C# Class JackSharp.Events.PortRegistrationEventArgs

Port registration event arguments.
Inheritance: System.EventArgs
Mostrar archivo Open project: residuum/JackSharp Class Usage Examples

Public Methods

Method Description
PortRegistrationEventArgs ( PortReference port, ChangeType changeType ) : System

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

Method Details

PortRegistrationEventArgs() public method

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.
return System