2009-08-21 22 views
0

xamlのテキストボックステキストでmousedoubleclickを処理する方法。wpf:テキストボックスのMousedoubleclick

これは、私はあなたがMouseDoubleClickイベントを処理したいキーボードを入力XAMLで入力し

<TextBox Text="{Binding Path=FullName, Mode=OneWay}" 
     IsReadOnly="True" 
     x:Name="txtFullName"/> 
<Button Command="{Binding OpenStaffDialogCommand}" 
     CommandParameter="{Binding Text, ElementName=txtFullName}" 
     Width="0" 
     IsDefault="{Binding IsFocused, ElementName=txtFullName}" /> 

おかげ

答えて

1

のためにそれをやっている方法です。

+0

私はキーボード入力のようにしました。似たようなものだが、コードがない。 –

関連する問題