C# Class WP.Dialog.ButtonElement

Inheritance: Element
Show file Open project: runegri/Android.Dialog

Public Methods

Method Description
ButtonElement ( string caption = null, EventHandler tapped = null ) : System
OnClick ( ) : void
Summary ( ) : string

Protected Methods

Method Description
GetViewImpl ( ) : UIElement
UpdateCaptionDisplay ( ) : void

Method Details

ButtonElement() public method

public ButtonElement ( string caption = null, EventHandler tapped = null ) : System
caption string
tapped EventHandler
return System

GetViewImpl() protected method

protected GetViewImpl ( ) : UIElement
return UIElement

OnClick() public method

public OnClick ( ) : void
return void

Summary() public method

public Summary ( ) : string
return string

UpdateCaptionDisplay() protected method

protected UpdateCaptionDisplay ( ) : void
return void