Library Specification Object Model Reference

ILibrary.SurveyAssetSavedEvent Event

An event which will be fired whenever a ISurveyAsset has been saved, or deleted from the library.

event SurveyAssetSavedEventHandler SurveyAssetSavedEvent;

Event Data

The event handler receives an argument of type SurveyAssetSavedEventArgs containing data related to this event. The following SurveyAssetSavedEventArgs properties provide information specific to this event.

Property Description
SaveType The
SurveyAsset The SurveyAsset which was just saved.

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace