Skip to main content

PropertyChangingEventArgs Properties

An object defining properties for the PropertyChangingEventArgs class.

NewValue

The new value that is about to be set.

Type: TValue


Name

The name of the property that is about to change.

Type: string


Cancel

Indicates whether the property change should be canceled.

Type: bool


OldValue

The current value of the property before the change.

Type: TValue


ResponseParameters

The response parameters associated with the event.

Type: ResponseParameters