本文讲解C#WPF数据触发器的实例
当绑定的数据满足某些条件时,数据触发器会执行某些操作
实例
创建项目 ListBox及触发器使用实例
UI界面
<Windowx:Class="TriggerDemo.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:local="clr-namespace:TriggerDemo"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/200