Class PropertyChangedEventArgs<T>
Inheritance
PropertyChangedEventArgs<T>
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class PropertyChangedEventArgs<T> : PropertyChangedEventArgs
Type Parameters
Constructors
PropertyChangedEventArgs(String, T, T)
Declaration
public PropertyChangedEventArgs(string propertyName, T original, T current)
Parameters
| Type |
Name |
Description |
| String |
propertyName |
|
| T |
original |
|
| T |
current |
|
Properties
Current
Declaration
public T Current { get; }
Property Value
Original
Declaration
public T Original { get; }
Property Value
Extension Methods