FastColoredTextBoxNS.Ruler.UnSubscribe C# (CSharp) Method

UnSubscribe() protected method

protected UnSubscribe ( FastColoredTextBox target ) : void
target FastColoredTextBox
return void
        protected virtual void UnSubscribe(FastColoredTextBox target)
        {
            target.Scroll -= target_Scroll;
            target.SelectionChanged -= target_SelectionChanged;
            target.VisibleRangeChanged -= target_VisibleRangeChanged;
        }