TextAndAdornmentSequenceChangedEventArgs Class

Definition

Provides information for the tag aggregator TagsChanged event, and returns the span of changed tags as a mapping span.

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

Constructors

TextAndAdornmentSequenceChangedEventArgs(IMappingSpan)

Initializes a new instance of TextAndAdornmentSequenceChangedEventArgs with the specified IMappingSpan.

Properties

Span

Gets the span over which tags have changed.

Applies to