Method | Description | |
---|---|---|
JoinReceivedEventArgs ( |
Initializes a new instance of the JoinReceivedEventArgs class.
|
|
JoinReceivedEventArgs ( string channelName, |
Initializes a new instance of the JoinReceivedEventArgs class.
|
public JoinReceivedEventArgs ( |
||
line | The line to create the event args from. | |
return | System |
public JoinReceivedEventArgs ( string channelName, |
||
channelName | string | The name of the joined channel. |
joinedUser | The UserInfo for the joined user. | |
return | System |