PropertyChangedEventArgs<T>.HasAnyProperties(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.
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