Library Specification Object Model Reference

QLLibrarySettings.SettingsEntryAdded Event

Event which is raised when a new Settings Entry is added to the QLLibrarySettings collection.

public event SettingsEntryAddedEventHandler SettingsEntryAdded;

Event Data

The event handler receives an argument of type SettingsEntryAddedEventArgs containing data related to this event. The following SettingsEntryAddedEventArgs property provides information specific to this event.

Property Description
Entry The Entry that was added.

See Also

QLLibrarySettings Class | Spss.Dimensions.Library.Specification Namespace