List of Events
Global
Inherit by:All
| Name | Description |
|---|---|
| On | Called when an element is added. |
| Off | Called when an element is removed. |
Value
Inherit by:Dropdown,Enum,Foldout,Min-Max Slider,Progress Bar,Radio Button,Radio Button Group,Scroller,Slider,Slider (Int),Text Field,Toggle,Numeric Fields
| Name | Description |
|---|---|
| Value Changed | Called when the value has changed. |
| State Changed | Called when the state has changed. |
Text
Inherit by:Button,Label
| Name | Description |
|---|---|
| Text Changed | Called when the text has changed. |
| State Changed | Called when the state has changed. |
Base Vertical Collection View
Inherit by:List View,Tree View
| Name | Description |
|---|---|
| Item Index Changed | Called when an item is moved in the itemsSource. |
| Items Source Changed | Called when the itemsSource is reassigned or changes size. |
| Items Chosen | Called when the user acts on a selection of one or more items, for example by double-clicking or pressing Enter. |
| Selection Changed | Called when the selection changes. |
| Selected Indices Changed | Called when the selection changes. |
ListView
| Name | Description |
|---|---|
| Items Added | Called for every item added to the itemsSource. Includes the item index. |
| Items Removed | Called for every item added to the itemsSource. Includes the item index. |
Button
| Name | Description |
|---|---|
| Click | Called when the button is clicked. |
