Wijmo UI for the Web
beforeSelectedIndexChanged Event
Standard jQuery event object
Information about an event
Occurs before an active accordion pane change.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.beforeSelectedIndexChanged = function(e, data) { };
Javascript (Specification) 
beforeSelectedIndexChanged = function ( 
   e : jQuery.Event,
   data : IBeforeSelectedIndexChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
Remarks
Return false or call event.preventDefault() in order to cancel event and prevent the selectedIndex change.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.