ClassificationChangedEventArgs Constructor (SnapshotSpan)

 

Initializes a new instance of ClassificationChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
ClassificationChangedEventArgs(
	SnapshotSpan changeSpan
)

Parameters

changeSpan
Type: Microsoft.VisualStudio.Text::SnapshotSpan

The span of the classification that changed.

Return to top
Show: