AGS.Editor.ScintillaWrapper.scintillaControl1_DwellEnd C# (CSharp) Метод

scintillaControl1_DwellEnd() приватный Метод

private scintillaControl1_DwellEnd ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void scintillaControl1_DwellEnd(object sender, EventArgs e)
        {
            if (_dwellCalltipVisible)
            {
                scintillaControl1.CallTipCancel();
                _dwellCalltipVisible = false;
            }
        }
ScintillaWrapper