Creates a new instance of JoinLeaveEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public JoinLeaveEventArgs( IrcIdentity identity, IrcString[] channels )
Parameters
- identity
- Type: NetIrc2 IrcIdentity
The user who joined or left the channel(s).
- channels
- Type: NetIrc2 IrcString
The list of channels joined or left.
See Also