C# Class Praeclarum.UI.BaseDocumentThumbnailCell

Inheritance: ThumbnailCell
Mostrar archivo Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
RenameRequested EventHandler

Public Methods

Method Description
CreateThumbnailView ( ) : UIView
SetDocumentSelected ( bool value, bool animated ) : void

Protected Methods

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

Private Methods

Method Description
HandleLabelTap ( UITapGestureRecognizer g ) : void

Method Details

BaseDocumentThumbnailCell() protected method

protected BaseDocumentThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
return System

CreateThumbnailView() public abstract method

public abstract CreateThumbnailView ( ) : UIView
return UIView

SetDocumentSelected() protected method

protected SetDocumentSelected ( bool value, UIView frameView, bool animated ) : void
value bool
frameView UIView
animated bool
return void

SetDocumentSelected() public abstract method

public abstract SetDocumentSelected ( bool value, bool animated ) : void
value bool
animated bool
return void

Property Details

RenameRequested public_oe property

public EventHandler RenameRequested
return EventHandler