Nanook.QueenBee.GenericQbEditItem.txtValue_LostFocus C# (CSharp) Method

txtValue_LostFocus() private method

private txtValue_LostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void txtValue_LostFocus(object sender, EventArgs e)
        {
            this.Validate();
        }