Skip to main content

PropertyChangingEventArgs

The PropertyChangingEventArgs class extends BaseEventArgs and represents event arguments for property value changes before they are applied.

Properties

NameDescription
NewValueThe new value that is about to be set.
NameThe name of the property that is about to change.
CancelIndicates whether the property change should be canceled.
OldValueThe current value of the property before the change.
ResponseParametersThe response parameters associated with the event.

Constructors

NameDescription
PropertyChangingEventArgs()Initializes a new instance of the PropertyChangingEventArgs class.

Generic Types

NameDescription
TValueGeneric type of value properties.