A Sandcastle Documented Class Library
StringDataReceived Delegate |
Delegate gets called when any string data is recieved from an IServer
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)

public delegate void StringDataReceived( StringDataReceivedArgs argument )
Public Delegate Sub StringDataReceived ( argument As StringDataReceivedArgs )
public delegate void StringDataReceived( StringDataReceivedArgs^ argument )
type StringDataReceived = delegate of argument : StringDataReceivedArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ConnectionStringDataReceivedArgs
StringDataReceivedArgs

The raw string passed in the args can be modified to alter the message that AdiIRC will parse.
If the string is set to an empty string, the message will not be further processed.
Scripted Event Equivalent: on PARSELINE
