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

OnError() protected method

protected OnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
return void
        protected virtual void OnError(ErrorEventArgs e)
        {
            if (Error != null)
                Error(this, e);
        }