다음을 통해 공유


ITextAndAdornmentSequencer.SequenceChanged 이벤트

시퀀서에서 사용하는 데이터가 변경되었을 때 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Formatting
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
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에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

ITextAndAdornmentSequencer 인터페이스

Microsoft.VisualStudio.Text.Formatting 네임스페이스