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