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 RunQuery..::..SQLLoginInformationRequestEventHandler SQLLoginInformationRequest
Visual Basic
Public Event SQLLoginInformationRequest As RunQuery..::..SQLLoginInformationRequestEventHandler
Visual C++
public:
 event RunQuery..::..SQLLoginInformationRequestEventHandler^ SQLLoginInformationRequest {
	void add (RunQuery..::..SQLLoginInformationRequestEventHandler^ value);
	void remove (RunQuery..::..SQLLoginInformationRequestEventHandler^ value);
}

Value

Type: RunDataPA..::..RunQuery..::..SQLLoginInformationRequestEventHandler

See Also