Class OnCloseModalSignal
Event signal dispatched when a modal dialog is closed.
Can be used to trigger actions or cleanup after the modal is dismissed.
Namespace: Serenity.Modal.Application.Events
Assembly: Serenity.Modal.Application.dll
Syntax
public class OnCloseModalSignal : EventDispatcherSignal
Constructors
OnCloseModalSignal()
Initializes a new instance of the OnCloseModalSignal class.
Declaration
public OnCloseModalSignal()
Methods
ToString()
Returns a string representation of the OnCloseModal instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the instance. |