Click or drag to resize

PopupListChangeCommand Class

Command which is triggered when the selected value of a popup list changed.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.NGUI.CommandsNguiEventCommandUIPopupList
              Slash.Unity.DataBind.UI.NGUI.CommandsPopupListChangeCommand

Namespace:  Slash.Unity.DataBind.UI.NGUI.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class PopupListChangeCommand : NguiEventCommand<UIPopupList>

The PopupListChangeCommand type exposes the following members.

Constructors
  NameDescription
Public methodPopupListChangeCommand
Initializes a new instance of the PopupListChangeCommand class
Top
Methods
See Also