ApplicationSplashScreenTextEvent Event |
|
DataPA OpenAnalytics API Reference
Event raised when some splash screen is read or needs set
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ApplicationSplashScreenTextEventEventHandler SplashScreenTextEvent
Public Event SplashScreenTextEvent As ApplicationSplashScreenTextEventEventHandler
public:
event ApplicationSplashScreenTextEventEventHandler^ SplashScreenTextEvent {
void add (ApplicationSplashScreenTextEventEventHandler^ value);
void remove (ApplicationSplashScreenTextEventEventHandler^ value);
}
function add_SplashScreenTextEvent(value);
function remove_SplashScreenTextEvent(value);
Value
Type:
DataPA.Utils.QueryEngineApplicationSplashScreenTextEventEventHandlerRemarks See Also