Class NotifyValueChangingExtensions
Extensions for INotifyValueChanging<TValueType>.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public static class NotifyValueChangingExtensions
Methods
| Name | Description |
|---|---|
| RegisterValueChangingCallback<TValueType>(INotifyValueChanging<TValueType>, EventCallback<ChangingEvent<TValueType>>) | Register a callback which will be invoked when the UI component's value is changing. |
| UnregisterValueChangingCallback<TValueType>(INotifyValueChanging<TValueType>, EventCallback<ChangingEvent<TValueType>>) | Unregister a callback which has been invoked when the UI component's value was changing. |