Method | Description | |
---|---|---|
PartReceivedEventArgs ( |
Initializes a new instance of the PartReceivedEventArgs class.
|
|
PartReceivedEventArgs ( string channelName, |
Initializes a new instance of the PartReceivedEventArgs class.
|
public PartReceivedEventArgs ( |
||
line | The line to create the event args from. | |
return | System |
public PartReceivedEventArgs ( string channelName, |
||
channelName | string | The name of the channel. |
partedUser | The user, who parted. | |
return | System |