Я новичок в Xamarin Forms и хочу проверить, когда пользователь печатает, чтобы я мог изменить текст кнопки
<Entry IsPassword="True"
Placeholder="password"
Style="{StaticResource InputStyle}"
Text=""
Margin="16,0,16,0">
<Button BorderColor="orange"
TextColor="{black"
Command="{Binding LoginCommand}"
Text="{Binding ButtonText}"
Margin="25,0,25,0"/>