C# Class Verses.iOS.MoveActionSheetDelegate

Inheritance: UIActionSheetDelegate
显示文件 Open project: pierceboggan/Verses Class Usage Examples

Public Methods

Method Description
Clicked ( UIActionSheet actionSheet, int buttonIndex ) : void
MoveActionSheetDelegate ( MemorizationTableViewController tableView, ObservableSortedList verses, List selectedCells ) : System

Private Methods

Method Description
MoveVerseToCategory ( Category category ) : void

Method Details

Clicked() public method

public Clicked ( UIActionSheet actionSheet, int buttonIndex ) : void
actionSheet UIActionSheet
buttonIndex int
return void

MoveActionSheetDelegate() public method

public MoveActionSheetDelegate ( MemorizationTableViewController tableView, ObservableSortedList verses, List selectedCells ) : System
tableView MemorizationTableViewController
verses ObservableSortedList
selectedCells List
return System