Show / Hide Table of Contents

Delegate IrcMessageEventHandler<T>

Namespace: GravyIrc
Assembly: GravyIrc.dll
Syntax
public delegate void IrcMessageEventHandler<T>(IrcClient client, IrcMessageEventArgs<T> e)
    where T : IrcMessage;
Parameters
Type Name Description
IrcClient client
IrcMessageEventArgs<T> e
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top Generated by DocFX