ClassificationChangedEventArgs Class

Definition

Provides information for the ClassificationChanged event.

public ref class ClassificationChangedEventArgs : EventArgs
public class ClassificationChangedEventArgs : EventArgs
type ClassificationChangedEventArgs = class
    inherit EventArgs
Public Class ClassificationChangedEventArgs
Inherits EventArgs
Inheritance
ClassificationChangedEventArgs

Constructors

ClassificationChangedEventArgs(SnapshotSpan)

Initializes a new instance of a ClassificationChangedEventArgs object.

Properties

ChangeSpan

Gets the span of the classification that changed.

Applies to