View Issue Details

IDProjectCategoryView StatusLast Update
0001367NoesisGUIC++ SDKpublic2018-12-05 13:06
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Target Version2.2.0Fixed in Version2.2.0b5 
Summary0001367: Implement Binding.Delay property
Description

To allow scenarios like this, where you don't want to update the source on every key stroke:


<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
<TextBox Text="{Binding Text, ElementName=source, UpdateSourceTrigger=PropertyChanged, Delay=1000}" Width="200"/>
<TextBlock x:Name="source" Text="Type something here..." Margin="3,10"/>
</StackPanel>
</Grid>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-12-05 12:49 sfernandez New Issue
2018-12-05 12:49 sfernandez Assigned To => sfernandez
2018-12-05 12:49 sfernandez Status new => assigned
2018-12-05 12:49 sfernandez Target Version => 2.2.0
2018-12-05 13:06 sfernandez Status assigned => resolved
2018-12-05 13:06 sfernandez Resolution open => fixed
2018-12-05 13:06 sfernandez Fixed in Version => 2.2.0b5