IShowMessageEventArgs Interface |
Namespace: EBP.Api.Interfaces.MessageHub
The IShowMessageEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Action |
Action to display
| |
| Content |
Explaination of the instruction
| |
| DefaultAction |
Default action
| |
| DisplayDontShowAgain |
Add a check "dont show again"
| |
| FooterContent |
Gets/sets Complementary Explaination of choices
| |
| FooterType |
Type of message (question, warning, error)
| |
| Instruction |
short Message to display as main instruction
| |
| Result |
Result returns by the method
| |
| ResultChoice |
return the id of the selected choice.
| |
| ResultDontShowAgain |
Indicate if the user choice for dont show again. True if the user check this option
| |
| Type |
Type of message (question, warning, error)
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
IShowMessageEventArgs instance = Utils<ExtensionType>.GetInterface<IShowMessageEventArgs>();