Library Commands Object Model Reference

SurveySubmissionCommand.ErrorHandler Delegate

Defines an ErrorHandler that can be used to handle errors encountered during the execution of thsi command.

public delegate void SurveySubmissionCommand.ErrorHandler(
   SurveySubmissionCommand sender,
   ErrorType errorType
);

Parameters

sender
the SurveySubmissionCommand instance executing this command
errorType
the error type encountered

Requirements

Namespace: Spss.Dimensions.Library.Commands

Assembly: Spss.Dimensions.Library.Commands (in Spss.Dimensions.Library.Commands.dll)

See Also

Spss.Dimensions.Library.Commands Namespace