PropertyChangedEventArgs<T>.HasAnyProperties(T[]) Method

Definition

If any properties is contained in the changes

public:
 bool HasAnyProperties(... cli::array <T> ^ properties);
public bool HasAnyProperties (params T[] properties);
member this.HasAnyProperties : 'T[] -> bool
Public Function HasAnyProperties (ParamArray properties As T()) As Boolean

Parameters

properties
T[]

Array of properties to check

Returns

True if any of the property is found

Applies to