Search
PropertyEventArgs Members
Constructors Properties
 


Provides data for PropertyValueChanged events.

The following tables list the members exposed by the PropertyEventArgs type.

 Public Constructors

  Name Description

PropertyEventArgs

Initlializes a new instance of the PropertyEventArgs class.

 Public Properties

  Name Description

newValue

Gets the current value of the property.

oldValue

Gets the value of the property before the change.

propertyName

Gets the name of the property that changed.

 See Also