Creates a new instance of KickEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public KickEventArgs( IrcIdentity sender, IrcString recipient, IrcString channel, IrcString reason )
Parameters
- sender
- Type: NetIrc2 IrcIdentity
The user doing the kicking.
- recipient
- Type: NetIrc2 IrcString
The user being kicked out of the channel.
- channel
- Type: NetIrc2 IrcString
The channel the user is being kicked from.
- reason
- Type: NetIrc2 IrcString
The reason the user is being kicked, or null if none is given.
See Also