C# Class Praeclarum.UI.SortThumbnailCell

Inheritance: UICollectionViewCell, IThemeAware
Mostrar archivo Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
Controller DocumentThumbnailsView

Public Methods

Method Description
ApplyTheme ( Theme theme ) : void
FillContentView ( ) : void
HandleValueChanged ( object sender, EventArgs e ) : void
Initialize ( ) : void

Private Methods

Method Description
SortThumbnailCell ( ) : System
SortThumbnailCell ( IntPtr handle ) : System

Method Details

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

FillContentView() public method

public FillContentView ( ) : void
return void

HandleValueChanged() public method

public HandleValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Initialize() public method

public Initialize ( ) : void
return void

Property Details

Controller public_oe property

public DocumentThumbnailsView,Praeclarum.UI Controller
return DocumentThumbnailsView