Wijmo UI for the Web
validating Event
wijmo.wizard.wijwizard Namespace > options type : validating Event
The jQuery.Event object.
The data with this event.
The validating event handler is a function called before moving to next panel. This event is Cancellable.
Syntax
$(function () {
    // Set validating event handler function
    $(".selector").wijwizard({
        validating : function (e, args) {
     
        }
    });
});
validating = function ( 
   e : Object,
   args : IWijWizardValidatingEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijwizard jQuery Widget