docs.unity3d.com
    Show / Hide Table of Contents

    Class ChangingEvent<TValueType>

    THe value changing event.

    Inheritance
    Object
    EventBase
    EventBase<ChangingEvent<TValueType>>
    ChangingEvent<TValueType>
    Inherited Members
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.ChangingEvent<TValueType>>.TypeId()
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.ChangingEvent<TValueType>>.Init()
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.ChangingEvent<TValueType>>.GetPooled()
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.ChangingEvent<TValueType>>.Dispose()
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.ChangingEvent<TValueType>>.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.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.AppUI.UI
    Syntax
    public class ChangingEvent<TValueType> : EventBase<ChangingEvent<TValueType>>, IDisposable
    Type Parameters
    Name Description
    TValueType

    The type of value handled by the UI component.

    Properties

    newValue

    The new value.

    Declaration
    public TValueType newValue { get; set; }
    Property Value
    Type Description
    TValueType

    previousValue

    The previous value.

    Declaration
    public TValueType previousValue { get; set; }
    Property Value
    Type Description
    TValueType
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023