docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SplitViewPaneCollapsedEvent

    Event for when the pane of a SplitView is collapsed or expanded.

    Inheritance
    object
    EventBase
    EventBase<SplitViewPaneCollapsedEvent>
    SplitViewPaneCollapsedEvent
    Implements
    IDisposable
    Inherited Members
    EventBase<SplitViewPaneCollapsedEvent>.TypeId()
    EventBase<SplitViewPaneCollapsedEvent>.GetPooled()
    EventBase<SplitViewPaneCollapsedEvent>.Dispose()
    EventBase<SplitViewPaneCollapsedEvent>.eventTypeId
    EventBase.RegisterEventType()
    EventBase.PreDispatch()
    EventBase.PreDispatch(IPanel)
    EventBase.PostDispatch()
    EventBase.PostDispatch(IPanel)
    EventBase.StopPropagation()
    EventBase.StopImmediatePropagation()
    EventBase.PreventDefault()
    EventBase.timestamp
    EventBase.bubbles
    EventBase.tricklesDown
    EventBase.target
    EventBase.isPropagationStopped
    EventBase.isImmediatePropagationStopped
    EventBase.isDefaultPrevented
    EventBase.propagationPhase
    EventBase.currentTarget
    EventBase.dispatch
    EventBase.imguiEvent
    EventBase.originalMousePosition
    EventBase.pooled
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public class SplitViewPaneCollapsedEvent : EventBase<SplitViewPaneCollapsedEvent>, IDisposable

    Constructors

    SplitViewPaneCollapsedEvent()

    Default constructor.

    Declaration
    public SplitViewPaneCollapsedEvent()

    Properties

    collapsed

    Whether the pane is collapsed or expanded.

    True if the pane is collapsed, false if it is expanded.

    Declaration
    public bool collapsed { get; }
    Property Value
    Type Description
    bool

    index

    The index of the pane that was collapsed or expanded.

    Declaration
    public int index { get; }
    Property Value
    Type Description
    int

    Methods

    Init()

    Resets all event members to their initial values.

    Declaration
    protected override void Init()
    Overrides
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.SplitViewPaneCollapsedEvent>.Init()

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)