DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public event PAConnection..::..ConnectFailEventHandler ConnectFail
Visual Basic
Public Event ConnectFail As PAConnection..::..ConnectFailEventHandler
Visual C++
public:
 event PAConnection..::..ConnectFailEventHandler^ ConnectFail {
	void add (PAConnection..::..ConnectFailEventHandler^ value);
	void remove (PAConnection..::..ConnectFailEventHandler^ value);
}

Value

Type: RunDataPA..::..PAConnection..::..ConnectFailEventHandler

See Also