logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiToggleableActions

    Interface defining actions for a toggleable UI component.

    Inherited Members
    IUiInteractableActions.OnDraggingStart
    IUiInteractableActions.OnDraggingEnd
    IUiInteractableActions.OnFocus
    IUiInteractableActions.OnBlur
    IUiInteractableActions.SelectComponentById
    IUiInteractableActions.SelectNextComponent
    IUiInteractableActions.SelectPreviousComponent
    IUiInteractableActions.IncrementValue
    IUiInteractableActions.DecrementValue
    IUiInteractableActions.Submit
    IUiInteractableActions.Cancel
    IUiComponentActions.Awake
    IUiComponentActions.OnEnable
    IUiComponentActions.Update
    IUiComponentActions.OnDisable
    IUiComponentActions.OnDestroy
    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.

    In this article
    © 2026 Serenity. All Rights Reserved