Table of Contents

Constructor ValueChangedEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ValueChangedEventArgs(object?, object?)

Initializes a new instance of the ValueChangedEventArgs class.

public ValueChangedEventArgs(object? oldValue, object? newValue)

Parameters

oldValue object

The previous value.

newValue object

The new value.