Share via


PropertyChangedEventArgs<T> Class

Definition

PropertyChangedEventArgs class

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

Properties type

Inheritance
PropertyChangedEventArgs<T>

Constructors

PropertyChangedEventArgs<T>(T[])

Initializes a new instance of the PropertyChangedEventArgs<T> class.

Properties

Properties

The property that changed

Methods

HasAnyProperties(T[])

If any properties is contained in the changes

HasProperty(T)

Return true if this event contains a change for a property

Applies to