Interface IUiSubmittableActions
Interface defining actions for a submittable UI component.
Inherited Members
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiSubmittableActions : IUiInteractableActions, IUiComponentActions, IComponentActions
Properties
OnSubmit
Occurs when the submittable component is submitted.
Declaration
Action<IUiComponent> OnSubmit { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<IUiComponent> | The action to be performed when the component is submitted. |