The remove event handler is a function called when a panel is removed.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.remove = function(e, args) { };
|
Javascript (Specification) | |
---|
remove = function (
: Object,
: IWijWizardEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type