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

OnSelectionChange() private method

private OnSelectionChange ( ) : void
return void
        private void OnSelectionChange()
        {
            if (SelectionChange != null)
                SelectionChange(this, null);
        }