Version

type Property

Type of the object that is associated with the event, for example: "cell", "column" etc.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_type() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfItemEventArgs.get_type();
See Also