Allows intercepting changes that occur when the document is updated.
Must be an async
operation.
Passed in bool value for existing dirty value Return your updated dirty bool value
Passes in: isDirty Status, markdown, origMarkdown Returns: isDirty Status
public Func<Boolean,String,String,Boolean> IsDirtyAction { get; set; }
See also:
Class MarkdownDocumentEditor© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic