Version

editActionType Property

Returns the update action type (edit (0), delete (1), add (2)) that was undone
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_editActionType() : RowUpdateType
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfBatchUpdateUndoneEventArgs.get_editActionType();
See Also