Share via


TextAndAdornmentSequenceChangedEventArgs Constructor

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)

Syntax

'Declaration
Public Sub New ( _
    span As IMappingSpan _
)
public TextAndAdornmentSequenceChangedEventArgs(
    IMappingSpan span
)
public:
TextAndAdornmentSequenceChangedEventArgs(
    IMappingSpan^ span
)
new : 
        span:IMappingSpan -> TextAndAdornmentSequenceChangedEventArgs
public function TextAndAdornmentSequenceChangedEventArgs(
    span : IMappingSpan
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

span is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

TextAndAdornmentSequenceChangedEventArgs Class

Microsoft.VisualStudio.Text.Formatting Namespace