BindablePropertyChangedEventArgs
Provides information about the property that has changed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct BindablePropertyChangedEventArgs
Constructors
Constructor | Description |
|---|---|
| BindablePropertyChangedEventArgs(UnityEngine.UIElements.BindingId@) | Instantiates a new BindablePropertyChangedEventArgs. |
Properties
Property | Description |
|---|---|
| propertyName | Returns the name of the property that has changed. |