C# Class JackSharp.Events.ClientRegistrationEventArgs

Client registration event arguments.
Inheritance: System.EventArgs
Afficher le fichier Open project: residuum/JackSharp

Méthodes publiques

Méthode Description
ClientRegistrationEventArgs ( string name, ChangeType changeType ) : System

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

Method Details

ClientRegistrationEventArgs() public méthode

Initializes a new instance of the JackSharp.Events.ClientRegistrationEventArgs class.
public ClientRegistrationEventArgs ( string name, ChangeType changeType ) : System
name string Name.
changeType ChangeType Change type.
Résultat System