Click or drag to resize
MemberChangedEventArgsTChangeType, TValue Properties

The MemberChangedEventArgsTChangeType, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
Gets or sets the new value. OriginalValue and NewValue differ when the member raising the event this argument is used in is set to a new value. Original and NewValue are equal if the value of the member raising this event is changed internally (if it's mutable) and it implements INotifyElementChanged
Public propertyOriginalValue
Gets or sets the original value. OriginalValue and NewValue differ when the member raising the event this argument is used in is set to a new value. Original and NewValue are equal if the value of the member raising this event is changed internally (if it's mutable) and it implements INotifyElementChanged
Public propertyTypeOfChange
Gets / sets typeOfChange
Top
See Also