FormatItemsEventArgs.ChangedItems Property

Definition

Gets the formatting items that have changed.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ChangedItems { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ChangedItems { get; }
member this.ChangedItems : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ChangedItems As ReadOnlyCollection(Of String)

Property Value

The format items that have changed.

Applies to