C# Class MyMinions.Views.MinionPanoramaViewController

Inheritance: MonoKit.Metro.UIPanoramaViewController
显示文件 Open project: sgmunn/MyMinions

Public Methods

Method Description
LoadView ( ) : void
MinionPanoramaViewController ( ) : System
ViewWillAppear ( bool animated ) : void

Protected Methods

Method Description
GetMenuItems ( ) : IEnumerable
HandleMenuItemSelected ( object sender, MonoKit.UI.AwesomeMenu.MenuItemSelectedEventArgs e ) : void

Method Details

GetMenuItems() protected method

protected GetMenuItems ( ) : IEnumerable
return IEnumerable

HandleMenuItemSelected() protected method

protected HandleMenuItemSelected ( object sender, MonoKit.UI.AwesomeMenu.MenuItemSelectedEventArgs e ) : void
sender object
e MonoKit.UI.AwesomeMenu.MenuItemSelectedEventArgs
return void

LoadView() public method

public LoadView ( ) : void
return void

MinionPanoramaViewController() public method

public MinionPanoramaViewController ( ) : System
return System

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void