C# Class Verses.iOS.VerseEditActionSheetDelegate

Inheritance: UIActionSheetDelegate
Afficher le fichier Open project: pierceboggan/Verses Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CancelButtonPressed ( UIActionSheet actionSheet ) : void
DeleteButtonPressed ( UIActionSheet actionSheet ) : void
DeleteVerse ( ) : void
EditButtonPressed ( ) : void

Method Details

Clicked() public méthode

public Clicked ( UIActionSheet actionSheet, int buttonIndex ) : void
actionSheet UIActionSheet
buttonIndex int
Résultat void

VerseEditActionSheetDelegate() public méthode

public VerseEditActionSheetDelegate ( UIViewController managingController, Verse verse ) : System
managingController UIViewController
verse Verses.Portable.Verse
Résultat System