Table of Contents

Constructor PropertyChangedEventArgs

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

PropertyChangedEventArgs(T, T)

Initializes a new instance of the PropertyChangedEventArgs class with specified parameters.

public PropertyChangedEventArgs(T oldValue, T newValue)

Parameters

oldValue T

Old property value.

newValue T

New property value.