Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public event P4Server..::..TextResultsDelegate TextResultsReceived
Visual Basic
Public Event TextResultsReceived As P4Server..::..TextResultsDelegate
Visual C++
public:
 event P4Server..::..TextResultsDelegate^ TextResultsReceived {
	void add (P4Server..::..TextResultsDelegate^ value);
	void remove (P4Server..::..TextResultsDelegate^ value);
}

See Also