Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of TagsChangedEventArgs with the specified IMappingSpan.
Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Sub New ( _
    span As IMappingSpan _
)
public TagsChangedEventArgs(
    IMappingSpan span
)
public:
TagsChangedEventArgs(
    IMappingSpan^ span
)
new : 
        span:IMappingSpan -> TagsChangedEventArgs
public function TagsChangedEventArgs(
    span : IMappingSpan
)
Parameters
span
Type: Microsoft.VisualStudio.Text.IMappingSpanThe IMappingSpan.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | span is nulla null reference (Nothing in Visual Basic).  | 
.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.