Advertisement
Guest User

Untitled

a guest
May 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <DataTemplate x:Key="RecipientTemplate">
  2. <ViewCell StyleId="MenuItemGesture">
  3. <ViewCell.ContextActions>
  4. <MenuItem Clicked="OnDelete"
  5. CommandParameter="{Binding .}"
  6. Text="Eyða viðtakanda"
  7. IsDestructive="True" />
  8. </ViewCell.ContextActions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement