Ejemplo n.º 1
0
 partial void OnSortBySegmentsValueChanged(NSObject sender)
 {
     if (SortByCommand != null &&
         SortByCommand.CanExecute(SortBy))
     {
         SortByCommand.Execute(SortBy);
     }
 }
Ejemplo n.º 2
0
 public MainVM()
 {
     NavCommand = new NavigationCommand(this);
     SortByCmd  = new SortByCommand(this);
     SelectCmd  = new SelectCommand(this);
 }