Wijmo UI for the Web
remove Event
wijmo.tabs.wijtabs Namespace > options type : remove Event
The jQuery.Event object.
The data with this event.
The remove event handler. A function called when a tab is removed.
Syntax
$(function () {
    // Set remove event handler function
    $(".selector").wijtabs({
        remove : function (e, args) {
     
        }
    });
});
remove = function ( 
   e : Object,
   args : IWijTabsEventArgs
) { };

Parameters

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

Reference

options type
wijtabs jQuery Widget