Class ChangingEvent<TValueType>
THe value changing event.
Implements
Inherited Members
EventBase<ChangingEvent<TValueType>>.TypeId()
EventBase<ChangingEvent<TValueType>>.Init()
EventBase<ChangingEvent<TValueType>>.GetPooled()
EventBase<ChangingEvent<TValueType>>.Dispose()
EventBase<ChangingEvent<TValueType>>.eventTypeId
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class ChangingEvent<TValueType> : EventBase<ChangingEvent<TValueType>>, IDisposable
Type Parameters
Name | Description |
---|---|
TValueType | The type of value handled by the UI component. |
Properties
newValue
The new value.
Declaration
public TValueType newValue { get; set; }
Property Value
Type | Description |
---|---|
TValueType |
previousValue
The previous value.
Declaration
public TValueType previousValue { get; set; }
Property Value
Type | Description |
---|---|
TValueType |