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