ReleaseFocus Constructor uno
Creates a new ReleaseFocus
Releases focus from the currently focused Element when activated.
In this example, a TextInput
will release its focus when the Enter key on the keyboard is pressed.
<TextInput ux:Name="input" Height="50" Value="Filler text">
<TextInputActionTriggered>
<ReleaseFocus />
</TextInputActionTriggered>
</TextInput>
Creates a new ReleaseFocus
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide