TextAndAdornmentSequenceChangedEventArgs Constructor (IMappingSpan^)

 

Initializes a new instance of TextAndAdornmentSequenceChangedEventArgs with the specified IMappingSpan.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
TextAndAdornmentSequenceChangedEventArgs(
	IMappingSpan^ span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::IMappingSpan^

The span that changed.

Exception Condition
ArgumentNullException

span is null.

Return to top
Show: