In This Article

AutomaticOutliningUpdateTrigger Enum

Specifies the trigger by which an IOutliner should be called to update automatic outlining.

public enum AutomaticOutliningUpdateTrigger

Fields

Name Description
ParseDataChanged

Automatic outlining should update after a document's ParseData property has changed.

TextChanged

Automatic outlining should update in the main UI thread immediately after document text has changed.