EditorWebViewJavaScriptInterop.IsDirty

This is a Write Only property that allows you to update the dirty status inside of the editor. This is not used frequently as the editor IsDirty flag is internally updated but if you need to force some action in the editor (like a spellcheck) to fire then this is the property to set.

public bool IsDirty { set; }

See also:

Class EditorWebViewJavaScriptInterop

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