Wijmo UI for the Web
show Event
wijmo.wizard.wijwizard Namespace > options type : show Event
The jQuery.Event object.
The data with this event.
The show event handler is a function called when a panel is shown.
Syntax
$(function () {
    // Set show event handler function
    $(".selector").wijwizard({
        show : function (e, args) {
     
        }
    });
});
show = 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