PropertyChangedEventArgsExtensions Class

Extension methods for the PropertyChangedEventArgs type.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static class PropertyChangedEventArgsExtensions
Inheritance
Object    PropertyChangedEventArgsExtensions

Methods

TryGetNewPropertyValue If the specified event args is a PropertyChangedExtendedEventArgs instance, then gets the property value after the change.
TryGetOldPropertyValue If the specified event args is a PropertyChangedExtendedEventArgs instance, then gets the property value before the change.

See Also