hMailServer.Administrator.Controls.ucPassword.OnLeave C# (CSharp) Method

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnLeave(EventArgs e)
        {
            _enteredPassword = this.Text;

             this.Text = EncryptedMarker;
             this.PasswordChar = '\0';
        }