ChannelModeListInviteExempt Delegate

AdiIRC API v2

ChannelModeListInviteExempt Delegate

Delegate gets called when a invite-exempt is set(typically mode +I) for an IChannel

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ChannelModeListInviteExempt(
	ChannelModeListInviteExemptArgs argument
)
Public Delegate Sub ChannelModeListInviteExempt ( 
	argument As ChannelModeListInviteExemptArgs
)
public delegate void ChannelModeListInviteExempt(
	ChannelModeListInviteExemptArgs^ argument
)
type ChannelModeListInviteExempt = 
    delegate of 
        argument : ChannelModeListInviteExemptArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ChannelModesChannelModeListInviteExemptArgs
ChannelModeListInviteExemptArgs
Remarks
This delegate gets called for each invite-exempt set in a received MODE event
See Also