Namespace: Consultingwerk.Windows.Forms
Class 
GenericProgressForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:GenericProgressForm
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 04 20:02:37 CET 2012



Top Method Summary
Options Name Purpose
DisplayProgress (character, integer, integer) Displays the given Progress
InitializeComponent ()
OnLoad (EventArgs) Raises the Load event
ScopedProgressChanded (IProgressManager, character, integer, integer, character) Event handler for the ScopedProgressChanded event of the IProgressManager
SubscribeToScope (character) Subscribe to the ScopedProgressChanded event of the IProgressManager service

Top Constructor Summary
Options Name Purpose
GenericProgressForm () Constructor for the GenericProgressForm class
GenericProgressForm (Form) Constructor for the GenericProgressForm class


Method Detail
Top

DisplayProgress (character, integer, integer)

Purpose: Displays the given Progress
Notes:

Parameters:
pcLabel CHARACTER
The label for the current progress
piValue INTEGER
The current progress value
piMax INTEGER
The Maximum value for the current progress
Top

InitializeComponent ()


Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
: System.EventArgs
Top

ScopedProgressChanded (IProgressManager, character, integer, integer, character)

Purpose: Event handler for the ScopedProgressChanded event of the IProgressManager
Notes:

Parameters:
sender Consultingwerk.Framework.IProgressManager
The reference to the IProgressManager that raised the event
pcLabel CHARACTER
The label for the current progress
piValue INTEGER
The current progress value
piMax INTEGER
The Maximum value for the current progress
pcScope CHARACTER
The name of the scope this progress event belongs to
Top

SubscribeToScope (character)

Purpose: Subscribe to the ScopedProgressChanded event of the IProgressManager
service
Notes:

Parameters:
pcScope CHARACTER
The scope to subscribe to


Constructor Detail
Top

GenericProgressForm ()

Purpose: Constructor for the GenericProgressForm class
Notes:

Top

GenericProgressForm (Form)

Purpose: Constructor for the GenericProgressForm class
Notes:

Parameters:
poForm System.Windows.Forms.Form
The Form to center this form over


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:29