ITextAndAdornmentSequencer.SequenceChanged Event

Definition

Occurs when there has been a change in the data used by the sequencer.

public:
 event EventHandler<Microsoft::VisualStudio::Text::Formatting::TextAndAdornmentSequenceChangedEventArgs ^> ^ SequenceChanged;
event EventHandler<Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs> SequenceChanged;
member this.SequenceChanged : EventHandler<Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs> 
Event SequenceChanged As EventHandler(Of TextAndAdornmentSequenceChangedEventArgs) 

Event Type

Applies to