Thresher 1.2 Class Documentation

ChannelModeChangeEventHandler Delegate

A channel's mode has changed.

[Visual Basic]
Public Delegate Sub ChannelModeChangeEventHandler( _
   ByVal who As UserInfo, _
   ByVal channel As String, _
   ByVal modes As ChannelModeInfo() _
)
[C#]
public delegate void ChannelModeChangeEventHandler(
   UserInfo who,
   string channel,
   ChannelModeInfo[] modes
);

Parameters

who
Who changed the mode.
channel
The name of the channel.
modes
Objects which hold all the information about 1 or more mode changes.

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnChannelModeChange