C# Class PowerArgs.Cli.ProgressOperationControl

Inheritance: PowerArgs.Cli.ConsolePanel
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
ProgressOperationControl ( ProgressOperationsManager manager, ProgressOperation operation ) : System

Méthodes protégées

Méthode Description
OnPaint ( ConsoleBitmap context ) : void

Private Methods

Méthode 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 méthode

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
Résultat void

ProgressOperationControl() public méthode

public ProgressOperationControl ( ProgressOperationsManager manager, ProgressOperation operation ) : System
manager ProgressOperationsManager
operation ProgressOperation
Résultat System