Click or drag to resize

PropertyIsChangedEventArgs Properties

The PropertyIsChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
Gets the new valie of the property.
Public propertyOldValue
Gets the old value of the property.
Public propertyPropertyName
Gets the name of the changed property.
Top
See Also