ApplicationShowSplashScreenEvent Event |
|
DataPA OpenAnalytics API Reference
Event raised when splash screen should be shown
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ApplicationShowSplashScreenEventEventHandler ShowSplashScreenEvent
Public Event ShowSplashScreenEvent As ApplicationShowSplashScreenEventEventHandler
public:
event ApplicationShowSplashScreenEventEventHandler^ ShowSplashScreenEvent {
void add (ApplicationShowSplashScreenEventEventHandler^ value);
void remove (ApplicationShowSplashScreenEventEventHandler^ value);
}
function add_ShowSplashScreenEvent(value);
function remove_ShowSplashScreenEvent(value);
Value
Type:
DataPA.Utils.QueryEngineApplicationShowSplashScreenEventEventHandlerRemarks See Also