C# Class PowerArgs.Cli.Page

Inheritance: PowerArgs.Cli.ConsolePanel
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
HideProgressOperationsDialog ( ) : void
Page ( ) : System
ShowProgressOperationsDialog ( ) : void

Protected Methods

Method Description
OnLoad ( ) : void
OnUnload ( ) : void

Private Methods

Method Description
BackspaceHandler ( ConsoleKeyInfo backspace ) : void
EscapeKeyHandler ( ConsoleKeyInfo escape ) : void
HandleResize ( ) : void
Load ( ) : void
Page_Removed ( ) : void
Unload ( ) : void

Method Details

HideProgressOperationsDialog() public method

public HideProgressOperationsDialog ( ) : void
return void

OnLoad() protected method

protected OnLoad ( ) : void
return void

OnUnload() protected method

protected OnUnload ( ) : void
return void

Page() public method

public Page ( ) : System
return System

ShowProgressOperationsDialog() public method

public ShowProgressOperationsDialog ( ) : void
return void