| C# | Visual Basic | Visual C++ |
namespace Genesyslab.Desktop.Infrastructure.Events
Namespace Genesyslab.Desktop.Infrastructure.Events
namespace Genesyslab.Desktop.Infrastructure.Events
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Alert |
Represents an alert message sent through the EventBroker.
| |
| AlertError |
An error alert.
| |
| AlertEvent |
Sends through the EventBroker to send a new Alert.
| |
| AlertInformation |
An information alert.
| |
| AlertMessage |
A message alert.
| |
| AlertResetEvent |
Sends through the EventBroker to reset an Alert.
| |
| AlertSection |
The common Alert section.
| |
| AlertWarning |
A warning alert.
| |
| CloseLoginWindowEvent |
Sends through the EventBroker to indicate close the login Window or Place /Channel Window.
| |
| LoginEvent |
Sends through the EventBroker when the login occurs.
| |
| LoginPostEvent |
Sends through the EventBroker after the LoginEvent is sent.
| |
| LoginPreEvent |
Sends through the EventBroker before the LoginEvent is sent.
| |
| LogoutEvent |
Sends through the EventBroker when the logout occurs.
| |
| LogoutPostEvent |
Sends through the EventBroker after the LogoutEvent is sent.
| |
| LogoutPreEvent |
Sends through the EventBroker before the LogoutEvent is sent.
| |
| SeverityType |
Describes the Alert severity.
| |
| ShowMainWindowEvent |
Sends through the EventBroker to indicate login is Ok, continue the initialization of the application.
|