Wijmo UI for the Web
changed Event
wijmo.radio.wijradio Namespace > options type : changed Event
Standard jQuery event object
Information about an event
A function called when checked state is changed.
Syntax
$(function () {
    // Set changed event handler function
    $(".selector").wijradio({
        changed : function (e, data) {
     
        }
    });
});
changed = function ( 
   e : jQuery.Event,
   data : IChangedEventArgs
) { };

Parameters

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

Reference

options type
wijradio jQuery Widget