var instance = new wijmo.grid.selection(); // Parameters var e; // Type: JQueryEventObject instance.endUpdate(e);
function endUpdate( e : JQueryEventObject ) : void;
Parameters
- e
- The original event object passed through by wijgrid.
var instance = new wijmo.grid.selection(); // Parameters var e; // Type: JQueryEventObject instance.endUpdate(e);
function endUpdate( e : JQueryEventObject ) : void;
selectionObj.endUpdate();