MarkdownDocumentEditor.TabLoadingCompleted

Optional event you can hook if you need to know when the tab and the document inside of it have completely loaded. Useful for operations that might have to set and manipulate content after initial loading

public Func<MarkdownDocumentEditor,Task> TabLoadingCompleted { get; set; }

See also:

Class MarkdownDocumentEditor

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic