C# Class JackSharp.Events.ClientRegistrationEventArgs

Client registration event arguments.
Inheritance: System.EventArgs
Show file Open project: residuum/JackSharp

Public Methods

Method Description
ClientRegistrationEventArgs ( string name, ChangeType changeType ) : System

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

Method Details

ClientRegistrationEventArgs() public method

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