IPluginHostOnCommand Event |
Delegate gets called when your user types a command
Window can be IServer (server window), IChannel (channel window), IUser (private window)
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax Event OnCommand As Command
event Command^ OnCommand {
void add (Command^ value);
void remove (Command^ value);
}
abstract OnCommand : IEvent<Command,
EventArgs>
Value
Type:
AdiIRCAPICommandSee Also