Share via


MetadataChangedEventArgs Class

Definition

Event arguments for extension metadata changed event that is raised on initial subscription and when extensions are added or removed from the session.

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

Constructors

MetadataChangedEventArgs(String, IReadOnlyDictionary<String,JToken>, IReadOnlyCollection<String>)

Initializes a new instance of the MetadataChangedEventArgs class.

Properties

Added

Gets the metadata for extensions added since the last event. Each entry is keyed by an extension identifier.

Removed

Gets the metadate entry keys that were removed since the last event.

SectionName

Gets the name of the metadata section.

Applies to