TableChangedEvent

Overview

The TableChangedEvent event is fired when a data or structure of the table has changed.

Use DataTable.addTableChangedListener to subscribe to the event notifications or DataTable.removeTableChangedListener to unsubscribe from them.

Location

Instance Methods


constructor

Creates an instance of the event with the provided sender object.

 

constructor(arg1: Object)

 

TableChangedEvent(Object arg1)

Parameters:

  • arg1: the sender of the event. It's usually the object that instantiates it.