TagsChangedEventArgs Constructor (IMappingSpan^)

 

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)

public:
TagsChangedEventArgs(
	IMappingSpan^ span
)

Exception Condition
ArgumentNullException

span is null.

Return to top
Show: