ITextAndAdornmentSequencer.SequenceChanged Event
Occurs when there has been a change in the data used by the sequencer.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Event SequenceChanged As EventHandler(Of TextAndAdornmentSequenceChangedEventArgs)
event EventHandler<TextAndAdornmentSequenceChangedEventArgs> SequenceChanged
event EventHandler<TextAndAdornmentSequenceChangedEventArgs^>^ SequenceChanged {
void add (EventHandler<TextAndAdornmentSequenceChangedEventArgs^>^ value);
void remove (EventHandler<TextAndAdornmentSequenceChangedEventArgs^>^ value);
}
abstract SequenceChanged : IEvent<EventHandler<TextAndAdornmentSequenceChangedEventArgs>,
TextAndAdornmentSequenceChangedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.