ModeEventArgs Constructor NetIRC2 IRC Client Library for .NET
Creates a new instance of ModeEventArgs.

Namespace: NetIrc2.Events
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ModeEventArgs(
	IrcIdentity sender,
	IrcString recipient,
	IrcString command,
	IrcString[] parameters
)

Parameters

sender
Type: NetIrc2 IrcIdentity
The user changing the mode.
recipient
Type: NetIrc2 IrcString
The target of the mode change. This may be a channel or a user.
command
Type: NetIrc2 IrcString
The mode change, for example +o or +v.
parameters
Type:  NetIrc2 IrcString 
The mode change parameters.
See Also