C# Class Verses.iOS.VerseEditActionSheetDelegate

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

Public Methods

Method Description
Clicked ( UIActionSheet actionSheet, int buttonIndex ) : void
VerseEditActionSheetDelegate ( UIViewController managingController, Verse verse ) : System

Private Methods

Method Description
CancelButtonPressed ( UIActionSheet actionSheet ) : void
DeleteButtonPressed ( UIActionSheet actionSheet ) : void
DeleteVerse ( ) : void
EditButtonPressed ( ) : void

Method Details

Clicked() public method

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

VerseEditActionSheetDelegate() public method

public VerseEditActionSheetDelegate ( UIViewController managingController, Verse verse ) : System
managingController UIViewController
verse Verses.Portable.Verse
return System