ChannelModeUserDeowneredArgs.ModeLast Property

AdiIRC API v2

ChannelModeUserDeowneredArgsModeLast Property

Returns true if this was the last mode change in the channel mode event

Namespace:  AdiIRCAPIv2.Arguments.ChannelModes
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public bool ModeLast { get; }
Public ReadOnly Property ModeLast As Boolean
	Get
public:
property bool ModeLast {
	bool get ();
}
member ModeLast : bool with get

Property Value

Type: Boolean
See Also