Alsing.Windows.Forms.SyntaxBoxControl.OnRowMouseDown C# (CSharp) Метод

OnRowMouseDown() защищенный Метод

protected OnRowMouseDown ( RowMouseEventArgs e ) : void
e Alsing.Windows.Forms.SyntaxBox.RowMouseEventArgs
Результат void
        protected virtual void OnRowMouseDown(RowMouseEventArgs e)
        {
            if (RowMouseDown != null)
                RowMouseDown(this, e);
        }