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);
        }