Namespace Serenity.Modal.Application.Events
Classes
OnCloseModalSignal
Event signal dispatched when a modal dialog is closed.
Can be used to trigger actions or cleanup after the modal is dismissed.
OnModalSubmitOptionSignal
Event signal dispatched when a modal option is submitted.
Contains data about the action associated with the submission.
OnShowModalSignal
Event signal dispatched to show a modal with specified data.