C# Class SamplePhotoApp.GridViewCell

Inheritance: UICollectionViewCell
Show file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
GridViewCell System
ReleaseDesignerOutlets void

Public Methods

Method Description
GridViewCell ( IntPtr handle ) : System
PrepareForReuse ( ) : void

Private Methods

Method Description
GridViewCell ( NSCoder coder ) : System
ReleaseDesignerOutlets ( ) : void

Method Details

GridViewCell() public method

public GridViewCell ( IntPtr handle ) : System
handle System.IntPtr
return System

PrepareForReuse() public method

public PrepareForReuse ( ) : void
return void