MarkdownEditorSimple.IsDirtyAction

Function that can be provided that receives Markdown updated when the document is dirty.

Return true or false depending on whether you consider the document dirty or not. If you don't care return false.

public Func<Boolean,String,String,Boolean> IsDirtyAction { get; set; }

See also:

Class MarkdownEditorSimple

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