ApplicationExtensionBaseAlert Method |
Called when an an alert is about to be delivered to the user.
Such alerts include user messages created using
DisplayMessage(Alert) or one of its overloads.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void Alert(
IAppContext sender,
ApplicationAlertArgs e
)
Public Overridable Sub Alert (
sender As IAppContext,
e As ApplicationAlertArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationAlertArgs
Event arguments.
See Also