Wijmo UI for the Web
selected Event
wijmo.list.wijlist Namespace > options type : selected Event
Standard jQuery event object
Information about an event
Select event handler of wijlist. A function will be called when any item in the list is selected.
Syntax
$(function () {
    // Set selected event handler function
    $(".selector").wijlist({
        selected : function (e, data) {
     
        }
    });
});
selected = function ( 
   e : jQuery.Event,
   data : ISelectedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijlist jQuery Widget