Interface INotifyValueChanging<TValueType>
Interface that must be implemented to UI components which can change their value progressively, like a Slider.
Inherited Members
INotifyValueChanged<TValueType>.SetValueWithoutNotify(TValueType)
INotifyValueChanged<TValueType>.value
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public interface INotifyValueChanging<TValueType> : INotifyValueChanged<TValueType>
Type Parameters
| Name | Description |
|---|---|
| TValueType | The type of value handled by the UI component. |