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

OnRowMouseUp() private method

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