ApplicationShowErrorEvent Event |
|
DataPA OpenAnalytics API Reference
Event raised when an error should be shown
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ApplicationShowErrorEventEventHandler ShowErrorEvent
Public Event ShowErrorEvent As ApplicationShowErrorEventEventHandler
public:
event ApplicationShowErrorEventEventHandler^ ShowErrorEvent {
void add (ApplicationShowErrorEventEventHandler^ value);
void remove (ApplicationShowErrorEventEventHandler^ value);
}
function add_ShowErrorEvent(value);
function remove_ShowErrorEvent(value);
Value
Type:
DataPA.Utils.QueryEngineApplicationShowErrorEventEventHandlerRemarks See Also