The ModeEventArgs type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ModeEventArgs |
Creates a new instance of ModeEventArgs.
|
Methods
Name | Description | |
---|---|---|
GetParameter |
Gets a mode change parameter.
| |
GetParameterList |
Gets all of the mode change parameters.
|
Properties
Name | Description | |
---|---|---|
Command |
The mode change, for example +o or +v.
| |
ParameterCount |
The number of parameters.
| |
Recipient |
The recipient.
(Inherited from TargetedMessageEventArgs.) | |
Sender |
The sender.
Be aware that some messages may not have a sender, such as NOTICEs from
the server at connect time. In this case the sender will be null.
(Inherited from TargetedMessageEventArgs.) |
See Also