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

File:ChangePasswordForm
Purpose:Allows changing the users password
Author(s):Marko Rueterbories / Consultingwerk Ltd.
Created:Wed Mar 25 12:41:03 CET 2015



Top Method Summary
Options Name Purpose
btnOK_Click (Object, EventArgs) Event handler for the click event for the btnOK
InitializeComponent ()
OnClosing (CancelEventArgs) Prevent form from getting closed if there was an error in updating the password.
OnShown (EventArgs) Override of the OnShown method to set the initial focus

Top Constructor Summary
Options Name Purpose
ChangePasswordForm () Constructor of the form
ChangePasswordForm (character, character, character) Constructor of the form with initialization of user and possible current password


Method Detail
Top

btnOK_Click (Object, EventArgs)

Purpose: Event handler for the click event for the btnOK
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

InitializeComponent ()


Top

OnClosing (CancelEventArgs)

Purpose: Prevent form from getting closed if there was an error in updating
the password.
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Override of the OnShown method to set the initial focus
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

ChangePasswordForm ()

Purpose: Constructor of the form
Notes:

Top

ChangePasswordForm (character, character, character)

Purpose: Constructor of the form with initialization of user and possible
current password
Notes:

Parameters:
pcUserName CHARACTER
The name of the user to change the password for
pcCurrentPassword CHARACTER
The current password
pcLoginCompanyGuid CHARACTER
The company the user belongs too


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