Alsing.Windows.Forms.SyntaxBoxControl.OnRowMouseDown C# (CSharp) Method

OnRowMouseDown() protected method

protected OnRowMouseDown ( RowMouseEventArgs e ) : void
e Alsing.Windows.Forms.SyntaxBox.RowMouseEventArgs
return void
        protected virtual void OnRowMouseDown(RowMouseEventArgs e)
        {
            if (RowMouseDown != null)
                RowMouseDown(this, e);
        }