mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-01 01:25:38 -05:00
Validation WIP
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
Target="{Binding ElementName=NameTextBox}" />
|
||||
<TextBox Name="NameTextBox"
|
||||
VerticalAlignment="Center"
|
||||
Text="{Binding Path=Name, UpdateSourceTrigger=PropertyChanged, ValidatesOnExceptions=True}">
|
||||
Text="{Binding Path=Name, UpdateSourceTrigger=Explicit, ValidatesOnExceptions=True}">
|
||||
</TextBox>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
|
||||
Reference in New Issue
Block a user