ScriptSignalEventArgs.Signal Property

AdiIRC API v2

ScriptSignalEventArgsSignal Property

The name of the signal called.

Namespace:  AdiIRCAPIv2.Arguments.Aliasing
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string Signal { get; }
Public ReadOnly Property Signal As String
	Get
public:
property String^ Signal {
	String^ get ();
}
member Signal : string with get

Property Value

Type: String
See Also