FormatItemsEventArgs Class

Definition

Provides information for the TagsChanged event. Returns the span of changed tags as a mapping span.

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

Constructors

FormatItemsEventArgs(ReadOnlyCollection<String>)

Initializes a new instance of a FormatItemsEventArgs.

Properties

ChangedItems

Gets the formatting items that have changed.

Applies to