Nanook.QueenBee.QbItemEditorBase.ShowError C# (CSharp) Method

ShowError() protected method

protected ShowError ( string title, string message ) : void
title string
message string
return void
        protected void ShowError(string title, string message)
        {
            OnError(new ErrorEventArgs(title, message));
        }