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

Value

Type: RunDataPA..::..Query..::..CancelRunQueryEventHandler

See Also