AvalonStudio.TextEditor.Document.TextSegment.OnSegmentChanged C# (CSharp) Method

OnSegmentChanged() protected method

This method gets called when the StartOffset/Length/EndOffset properties are set. It is not called when StartOffset/Length/EndOffset change due to document changes
protected OnSegmentChanged ( ) : void
return void
		protected virtual void OnSegmentChanged()
		{
		}