var instance; // Type: WebUiMoveWorksheetPanelJS instance.errorOccured = function(event) { }
errorOccured = function (
eventObject that contains information about event.: object
eventsArgsObject that contains event arguments. Object has the following properties:: object
- error (string): An error message.
) { };
Parameters
- event
- Object that contains information about event.
- eventArgs
- Object that contains event arguments. Object has the following properties:
- error (string): An error message.