TextAndAdornmentSequenceChangedEventArgs Class
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.
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. |