Creates a new instance of InvitationEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InvitationEventArgs( IrcIdentity sender, IrcString recipient, IrcString channel )
Parameters
- sender
- Type: NetIrc2 IrcIdentity
The sender of the invitation.
- recipient
- Type: NetIrc2 IrcString
The recipient of the invitation.
- channel
- Type: NetIrc2 IrcString
The channel the invitation is for.
See Also