Table of Contents

Class ChangePasswordWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The window for changing password.

public class ChangePasswordWindow : ThemedWindow, IComponentConnector
Inheritance
ChangePasswordWindow
Implements
Extension Methods

Constructors

ChangePasswordWindow()

Initializes a new instance of the ChangePasswordWindow.

public ChangePasswordWindow()

Fields

Process

Password change processing event.

public Action<SecureString> Process

Field Value

Action<SecureString>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

UpdateResult(string)

To refresh password change result.

public void UpdateResult(string result)

Parameters

result string

The result in the form of a text message.