Text="{Binding Path=SearchKeyWord, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
将“源”显示到“目标”===》执行属性的get访问器
将“目标”更新到“源”====》执行属性的set访问器
Text="{Binding Path=SearchKeyWord, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
将“源”显示到“目标”===》执行属性的get访问器
将“目标”更新到“源”====》执行属性的set访问器