DataPA Enterprise Dashboard Controls API Reference
Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
C# |
---|
public event Application..::..QueryClosedEventHandler QueryClosed |
Visual Basic |
---|
Public Event QueryClosed As Application..::..QueryClosedEventHandler |
Visual C++ |
---|
public:
event Application..::..QueryClosedEventHandler^ QueryClosed {
void add (Application..::..QueryClosedEventHandler^ value);
void remove (Application..::..QueryClosedEventHandler^ value);
} |
Value
Type:
RunDataPA..::..Application..::..QueryClosedEventHandlerSee Also