DxMessageBox Events
A message box intended for use as an alert or confirmation dialog.Name | Description |
---|---|
Closed | Fires after the message box is closed. |
OutsideClick | Fires when a message box is closed as a result of clicking outside the box’s boundaries. |
Shown | Fires after the message box is displayed. |
VisibleChanged | Fires when the message box changes its Visible property value. |
See Also