Wijmo UI for the Web
beforeCollapse Event
wijmo.expander.wijexpander Namespace > options type : beforeCollapse Event
Standard jQuery event object
Occurs before the content area collapses. Return false or call event.preventDefault() in order to cancel event and prevent the content area from collapsing.
Syntax
$(function () {
    // Set beforeCollapse event handler function
    $(".selector").wijexpander({
        beforeCollapse : function (e) {
     
        }
    });
});
beforeCollapse = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijexpander jQuery Widget