MonoTouch.Dialog.LoadMoreElement.LoadMoreElement C# (CSharp) Method

LoadMoreElement() public method

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
normalCaption string
loadingCaption string
tapped Action
return System
		public LoadMoreElement (string normalCaption, string loadingCaption, Action<LoadMoreElement> tapped) : this (normalCaption, loadingCaption, tapped, UIFont.BoldSystemFontOfSize (16), UIColor.Black)
		{
		}
		

Same methods

LoadMoreElement::LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIKit.UIFont font, UIKit.UIColor textColor ) : System