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 delegate void SQLLoginInformationRequestEventHandler(
	Object sender,
	LoginInformationRequiredEventArgs e
)
Visual Basic
Public Delegate Sub SQLLoginInformationRequestEventHandler ( 
	sender As Object,
	e As LoginInformationRequiredEventArgs
)
Visual C++
public delegate void SQLLoginInformationRequestEventHandler(
	Object^ sender, 
	LoginInformationRequiredEventArgs^ e
)

See Also