Class MemberChangedBeforeAfterEventArgs
System.ComponentModel.PropertyChangedEventArgs extended with Before and After values. Both Before and After
will be null if not available. We rename from the root 'property' to 'member' because this is used for methods as well.
Inheritance
System.Object
MemberChangedBeforeAfterEventArgs
Assembly: Eco.Core.dll
Syntax
public class MemberChangedBeforeAfterEventArgs : PropertyChangedEventArgs
Constructors
MemberChangedBeforeAfterEventArgs(String, Object, Object)
Declaration
public MemberChangedBeforeAfterEventArgs(string propertyName, object before, object after)
Parameters
| Type |
Name |
Description |
| System.String |
propertyName |
|
| System.Object |
before |
|
| System.Object |
after |
|
Fields
After
Declaration
Field Value
| Type |
Description |
| System.Object |
|
Before
Declaration
Field Value
| Type |
Description |
| System.Object |
|
PropagatedChange
Declaration
public bool PropagatedChange
Field Value
| Type |
Description |
| System.Boolean |
|
Properties
HasBeforeAfter
Declaration
public bool HasBeforeAfter { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Extension Methods