C# Class Praeclarum.UI.BaseDocumentThumbnailCell

Inheritance: ThumbnailCell
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Свойство Type Description
RenameRequested EventHandler

Méthodes publiques

Méthode Description
CreateThumbnailView ( ) : UIView
SetDocumentSelected ( bool value, bool animated ) : void

Méthodes protégées

Méthode Description
BaseDocumentThumbnailCell ( IntPtr handle ) : System
SetDocumentSelected ( bool value, UIView frameView, bool animated ) : void

Private Methods

Méthode Description
HandleLabelTap ( UITapGestureRecognizer g ) : void

Method Details

BaseDocumentThumbnailCell() protected méthode

protected BaseDocumentThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

CreateThumbnailView() public abstract méthode

public abstract CreateThumbnailView ( ) : UIView
Résultat UIView

SetDocumentSelected() protected méthode

protected SetDocumentSelected ( bool value, UIView frameView, bool animated ) : void
value bool
frameView UIView
animated bool
Résultat void

SetDocumentSelected() public abstract méthode

public abstract SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
Résultat void

Property Details

RenameRequested public_oe property

public EventHandler RenameRequested
Résultat EventHandler