ApplicationHideSplashScreenEvent Event |
|
DataPA OpenAnalytics API Reference
Event raised when splash screen should be hidden
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ApplicationHideSplashScreenEventEventHandler HideSplashScreenEvent
Public Event HideSplashScreenEvent As ApplicationHideSplashScreenEventEventHandler
public:
event ApplicationHideSplashScreenEventEventHandler^ HideSplashScreenEvent {
void add (ApplicationHideSplashScreenEventEventHandler^ value);
void remove (ApplicationHideSplashScreenEventEventHandler^ value);
}
function add_HideSplashScreenEvent(value);
function remove_HideSplashScreenEvent(value);
Value
Type:
DataPA.Utils.QueryEngineApplicationHideSplashScreenEventEventHandlerRemarks See Also