Wijmo UI for the Web
activeIndexChanged Event
wijmo.wizard.wijwizard Namespace > options type : activeIndexChanged Event
The jQuery.Event object.
The data with this event.
The activeIndexChanged event handler is a function called when the activeIndex is changed.
Syntax
$(function () {
    // Set activeIndexChanged event handler function
    $(".selector").wijwizard({
        activeIndexChanged : function (e, args) {
     
        }
    });
});
activeIndexChanged = function ( 
   e : Object,
   args : IWijWizardEventArgs
) { };

Parameters

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

Reference

options type
wijwizard jQuery Widget