Share via


PropertyChangedEventArgs<T> Class

Definition

An EventArgs which holds the old and new values for a property change.

generic <typename T>
public ref class PropertyChangedEventArgs : EventArgs
public class PropertyChangedEventArgs<T> : EventArgs
type PropertyChangedEventArgs<'T> = class
    inherit EventArgs
Public Class PropertyChangedEventArgs(Of T)
Inherits EventArgs

Type Parameters

T

The property type.

Inheritance
PropertyChangedEventArgs<T>

Constructors

PropertyChangedEventArgs<T>(T, T)

Creates an instance of PropertyChangedEventArgs.

Properties

NewValue

Gets the new value for the property.

OldValue

Gets the previous value for the property.

Applies to