ICSharpCode.AvalonEdit.Editing.Selection.UpdateOnDocumentChange C# (CSharp) Method

UpdateOnDocumentChange() public abstract method

Updates the selection when the document changes.
public abstract UpdateOnDocumentChange ( ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : Selection
e ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs
return Selection
        public abstract Selection UpdateOnDocumentChange(DocumentChangeEventArgs e);