PropertyChangedEventArgs<T>.HasProperty(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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