[]
        
(Showing Draft Content)

C1.WinUI.Core.PropertyChangedEventArgs-1

PropertyChangedEventArgs<T> Class

Provides event data for OnPropertyChanged events.

Inheritance
PropertyChangedEventArgs<T>
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class PropertyChangedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

Name Description
PropertyChangedEventArgs()

Properties

Name Description
NewValue

The value of the property after the change.

OldValue

The value of the property before the change.