C# Class PowerArgs.Cli.ProgressOperationControl

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

Public Methods

Method Description
ProgressOperationControl ( ProgressOperationsManager manager, ProgressOperation operation ) : System

Protected Methods

Method Description
OnPaint ( ConsoleBitmap context ) : void

Private Methods

Method Description
Actions_Added ( ProgressOperationAction action ) : void
Actions_Removed ( ProgressOperationAction action ) : void
BindActionToActionPanel ( ProgressOperationAction action ) : void
OnAddedToVisualTree ( ) : void
UnbindActionToActionPanel ( ProgressOperationAction action ) : void

Method Details

OnPaint() protected method

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
return void

ProgressOperationControl() public method

public ProgressOperationControl ( ProgressOperationsManager manager, ProgressOperation operation ) : System
manager ProgressOperationsManager
operation ProgressOperation
return System