SelectionPage.xaml 578 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <local:BasePage xmlns:local="clr-namespace:PRS.Mobile" xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="PRS.Mobile.SelectionPage">
  5. <local:BasePage.PageContent>
  6. <local:SelectionView
  7. x:Name="_selection"
  8. Configure="_selection_OnConfigureColumns"
  9. Refresh="_selection_OnRefresh"
  10. SelectionChanged="_selection_OnSelectionChanged"/>
  11. </local:BasePage.PageContent>
  12. </local:BasePage>