Alsing.Windows.Forms.SyntaxBox.EditViewControl.OnRowMouseDown C# (CSharp) Method

OnRowMouseDown() private method

private OnRowMouseDown ( RowMouseEventArgs e ) : void
e RowMouseEventArgs
return void
        private void OnRowMouseDown(RowMouseEventArgs e)
        {
            if (RowMouseDown != null)
                RowMouseDown(this, e);
        }