Exemplo n.º 1
0
 /// <summary>
 /// Provides handling for the RatingItem's PointerPressed event.
 /// </summary>
 /// <param name="e">Event arguments.</param>
 protected override void OnPointerPressed(PointerRoutedEventArgs e)
 {
     if (_interactionHelper.AllowPointerPressed(e))
     {
         _interactionHelper.OnPointerPressedBase();
     }
     base.OnPointerPressed(e);
 }