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