ChannelServerModeUserDevoicedArgs.ModeFirst Property

AdiIRC API v2

ChannelServerModeUserDevoicedArgsModeFirst Property

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

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

Property Value

Type: Boolean
See Also