Quest Global Interview Question

What is triggers in wpf?

Interview Answer

Anonymous

Nov 9, 2021

A trigger basically enables you to change property values or take actions based on the value of a property. So, it allows you to dynamically change the appearance and/or behavior of your control without having to create a new one.