logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiSlideableActions

    Implementation of IUiSlideableActions to handle UI slideable actions.

    Inheritance
    object
    UiComponentActions
    UiInteractableComponentActions
    UiSlideableActions
    Implements
    IUiSlideableActions
    IUiInteractableActions
    IUiComponentActions
    IComponentActions
    Inherited Members
    UiInteractableComponentActions._onDraggingStart
    UiInteractableComponentActions._onDraggingEnd
    UiInteractableComponentActions._onFocus
    UiInteractableComponentActions._onBlur
    UiInteractableComponentActions._selectComponentById
    UiInteractableComponentActions._selectNextComponent
    UiInteractableComponentActions._selectPreviousComponent
    UiInteractableComponentActions._incrementValue
    UiInteractableComponentActions._decrementValue
    UiInteractableComponentActions._submit
    UiInteractableComponentActions._cancel
    UiInteractableComponentActions.OnDraggingStart
    UiInteractableComponentActions.OnDraggingEnd
    UiInteractableComponentActions.OnFocus
    UiInteractableComponentActions.OnBlur
    UiInteractableComponentActions.SelectComponentById
    UiInteractableComponentActions.SelectNextComponent
    UiInteractableComponentActions.SelectPreviousComponent
    UiInteractableComponentActions.IncrementValue
    UiInteractableComponentActions.DecrementValue
    UiInteractableComponentActions.Submit
    UiInteractableComponentActions.Cancel
    UiComponentActions._awake
    UiComponentActions._onEnable
    UiComponentActions._update
    UiComponentActions._onDisable
    UiComponentActions._onDestroy
    UiComponentActions.Awake
    UiComponentActions.OnEnable
    UiComponentActions.Update
    UiComponentActions.OnDisable
    UiComponentActions.OnDestroy
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Application.Components
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public class UiSlideableActions : UiInteractableComponentActions, IUiSlideableActions, IUiInteractableActions, IUiComponentActions, IComponentActions

    Constructors

    UiSlideableActions()

    Initializes a new instance of the UiSlideableActions class with default values.

    Declaration
    public UiSlideableActions()

    UiSlideableActions(Action<IUiComponent, float>, Action<IUiComponent, float>, Action<IUiComponent, float>)

    Initializes a new instance of the UiSlideableActions class with the specified actions.

    Declaration
    public UiSlideableActions(Action<IUiComponent, float> onValueChange = null, Action<IUiComponent, float> onMinimumValueChange = null, Action<IUiComponent, float> onMaximumValueChange = null)
    Parameters
    Type Name Description
    Action<IUiComponent, float> onValueChange

    The action to be executed when the value changes.

    Action<IUiComponent, float> onMinimumValueChange

    The action to be executed when the minimum value changes.

    Action<IUiComponent, float> onMaximumValueChange

    The action to be executed when the maximum value changes.

    Properties

    OnMaximumValueChange

    The action to be invoked when the maximum value changes.

    Declaration
    public Action<IUiComponent, float> OnMaximumValueChange { get; set; }
    Property Value
    Type Description
    Action<IUiComponent, float>

    The action to be executed when the maximum value changes.

    OnMinimumValueChange

    The action to be invoked when the minimum value changes.

    Declaration
    public Action<IUiComponent, float> OnMinimumValueChange { get; set; }
    Property Value
    Type Description
    Action<IUiComponent, float>

    The action to be executed when the minimum value changes.

    OnValueChange

    The action to be invoked when the value changes.

    Declaration
    public Action<IUiComponent, float> OnValueChange { get; set; }
    Property Value
    Type Description
    Action<IUiComponent, float>

    The action to be executed when the value changes.

    Implements

    IUiSlideableActions
    IUiInteractableActions
    IUiComponentActions
    IComponentActions
    In this article
    © 2026 Serenity. All Rights Reserved