ITextStudioAddonDirtyNotifier
public interface ITextStudioAddonDirtyNotifierAddon dirty notification interface. Addons signal the base controller when they need a presentation update.
Methods
Section titled “Methods”
ClearDirty()
Section titled “ClearDirty()”void ClearDirty()Clears the pending state after the host has processed the requested stages.
Properties
Section titled “Properties”
IsDirty
Section titled “IsDirty”bool IsDirty { get; }Gets whether the add-on has pending presentation work.
Returns
System.Boolean
AddonDirtyFlags
Section titled “AddonDirtyFlags”DirtyFlags AddonDirtyFlags { get; }Gets the minimum pipeline stages that must be refreshed.
Returns
TextStudio.DirtyFlags