ExitDialogResultEventArgs Class
Subclass of MarshalByRefObject. Arguments used to pass data to the ExitDialogResult event.
Properties
Type | Signature |
string |
PasswordValue
The password value provided by the user. |
bool |
PasswordValid
True if the password value is valid, otherwise false. |
ExitActions |
ActionType
The action to perform. |
string[] |
ActionData
The action data values if applicable. |
bool |
DismissDialog
True if the dialog should be dismissed, otherwise false. |
bool |
ForcedAction
True if the action will be forced even if the values are overriden in an event hanlder. |
bool |
Silent
True if the exit dialog isn't actually showing. |