ClassificationChangedEventArgs(SnapshotSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of a ClassificationChangedEventArgs object.
public:
ClassificationChangedEventArgs(Microsoft::VisualStudio::Text::SnapshotSpan changeSpan);
ClassificationChangedEventArgs(Microsoft::VisualStudio::Text::SnapshotSpan changeSpan);
public ClassificationChangedEventArgs (Microsoft.VisualStudio.Text.SnapshotSpan changeSpan);
new Microsoft.VisualStudio.Text.Classification.ClassificationChangedEventArgs : Microsoft.VisualStudio.Text.SnapshotSpan -> Microsoft.VisualStudio.Text.Classification.ClassificationChangedEventArgs
Public Sub New (changeSpan As SnapshotSpan)
Parameters
- changeSpan
- SnapshotSpan
The span of the classification that changed.