TextAndAdornmentSequenceChangedEventArgs(IMappingSpan) Constructor

Definition

Initializes a new instance of TextAndAdornmentSequenceChangedEventArgs with the specified IMappingSpan.

public:
 TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan ^ span);
public:
 TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan ^ span);
 TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan const & span);
public TextAndAdornmentSequenceChangedEventArgs (Microsoft.VisualStudio.Text.IMappingSpan span);
new Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs : Microsoft.VisualStudio.Text.IMappingSpan -> Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs
Public Sub New (span As IMappingSpan)

Parameters

span
IMappingSpan

The span that changed.

Exceptions

span is null.

Applies to