Version Event
Fired for each version.
Syntax
sharepoint.on('Version', [callback])
Callback
The 'callback' is called when the 'Version' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.comments e.createdBy e.date e.size e.URL e.version
Remarks
This event is fired as the result of a call to ListVersions.