PropertyChangedEventArgs<T>.HasProperty(T) Method

Definition

Return true if this event contains a change for a property

public:
 bool HasProperty(T property);
public:
 bool HasProperty(T property);
bool HasProperty(T property);
public bool HasProperty (T property);
member this.HasProperty : 'T -> bool
Public Function HasProperty (property As T) As Boolean

Parameters

property
T

The property id

Returns

true if the property is part of this event

Applies to