I have a button in Windows Phone 8.1.
Button x:FieldModifier="public" x:Name="button1" Content="1" HorizontalAlignment="Left" Margin="10,141,0,0" VerticalAlignment="Top" Click="button1_Click" PointerMoved="button1_PointerMoved" KeyDown="button1_KeyDown"/
How to fire all event of the button automatically? (Click, PointerMoved, KeyDown)