Skip to content

onBlur

fires when focus is moved out of the view

function onBlur(
// the view that has previously been in focus
prev_view: object
): void
datagrid.attachEvent("onBlur", function(prev_view){
// prev_view is the datagrid in question
});