Class CustomTMPDropdown.DropdownShownEvent
Serializable UnityEvent that is invoked when the dropdown list is shown to the user.
Can be used to trigger additional UI effects or sound feedback when the dropdown opens.
Allows Unity Inspector configuration and runtime subscription for dropdown visibility events.
Namespace: Serenity.Ui.Infrastructure.Components
Assembly: Serenity.UnityUi.Infrastructure.dll
Syntax
public class CustomTMPDropdown.DropdownShownEvent : UnityEvent
Constructors
DropdownShownEvent()
Declaration
public DropdownShownEvent()