Class PropertyChangedEventArgs
Inheritance
System.Object
PropertyChangedEventArgs
Assembly: Cosmos.Build.Common.dll
Syntax
public class PropertyChangedEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
PropertyChangedEventArgs(String, String, String)
Declaration
public PropertyChangedEventArgs(string propertyName, string oldValue, string newValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
oldValue |
|
System.String |
newValue |
|
Properties
|
Improve this Doc
View Source
NewValue
Declaration
public string NewValue { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OldValue
Declaration
public string OldValue { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PropertyName
Declaration
public string PropertyName { get; }
Property Value
Type |
Description |
System.String |
|