Library Specification Object Model Reference

QLLibrarySettings.SettingsEntryRemoved Event

Event which is raised when a new Settings Entry is removed from the QLLibrarySettings collection.

public event SettingsEntryRemovedEventHandler SettingsEntryRemoved;

Event Data

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

Property Description
Entry The Entry that was just removed.

See Also

QLLibrarySettings Class | Spss.Dimensions.Library.Specification Namespace