Library Commands Object Model Reference

ValidateNameCommand.ErrorHandler Delegate

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

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

Parameters

sender
the ValidateNameCommand 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