The PropertyChangingEventArgs<(Of <(<'T>)>)> type exposes the following members.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether this PropertyChangingEventArgs<(Of <(<'T>)>)> is cancel.
Public property NewValue
The value of the property after the change.
(Inherited from PropertyChangedEventArgs<(Of <(<'T>)>)>.)
Public property OldValue
The value of the property before the change.
(Inherited from PropertyChangedEventArgs<(Of <(<'T>)>)>.)

See Also