Namespace: Consultingwerk.Framework
Interface 
IStartupManagerWaitForEvents Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.GuiClientStartupManager

File:IStartupManagerWaitForEvents
Purpose:Describes events of the GUI Startup Manager around the WAIT-FOR
statement
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Aug 26 18:25:52 CEST 2018
Purpose: Raised after the WAIT-FOR Application:Run() is executed
Notes:


Top Event Summary
Options Name Purpose
+ AfterWaitFor (Object, EventArgs) Raised after the WAIT-FOR Application:Run() is executed
+ BeforeWaitFor (Object, EventArgs) Raised before the WAIT-FOR Application:Run() is executed


Event Detail
Top

PUBLIC AfterWaitFor (Object, EventArgs)

Purpose: Raised after the WAIT-FOR Application:Run() is executed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the AfterWaitFor event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

PUBLIC BeforeWaitFor (Object, EventArgs)

Purpose: Raised before the WAIT-FOR Application:Run() is executed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the BeforeWaitFor event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:38