[RelayCommand]
private void LostFocus()
{
GrowlTool.ShowError("123");
}
<TextBox
MinWidth="100"
hc:BorderElement.CornerRadius="0"
IsReadOnly="{Binding ElementName=CalModeComboBox, Path=SelectedIndex, Converter={StaticResource CalModeToBoolConverter}}"
Style="{StaticResource TextBoxBaseBaseStyle}"
Text="{Binding Curve.CrtFactor[0], StringFormat=0.###}"
TextAlignment="Center">
<hc:Interaction.Triggers>
<hc:EventTrigger EventName="LostFocus">
<hc:InvokeCommandAction Command="{Binding LostFocusCommand}" />
</hc:EventTrigger>
</hc:Interaction.Triggers>
</TextBox>
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » WPF TextBox 失去焦点绑定事件
发表评论 取消回复