Wijmo UI for the Web
afterExpand Event
wijmo.expander.wijexpander Namespace > options type : afterExpand Event
Standard jQuery event object
Occurs after the content area expands.
Syntax
$(function () {
    // Set afterExpand event handler function
    $(".selector").wijexpander({
        afterExpand : function (e) {
     
        }
    });
});
afterExpand = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijexpander jQuery Widget