[starting from version: 2.3]
It is triggered when Open file dialog was opened and the customer clicks the Cancel button. It happens when:
browseForFile = true
Example
flexmonster.on('datafilecancelled', function () { alert('Data file cancelled!'); });
Try on JSFiddle.
See also