Flash Player 7.
DisplayBox.EditChange = function(ID)
{
// your statements here
}
ID The row ID
None.
Event handler; invoked when a row is placed into edit mode and any data in
any of the editable columns is changed. The EditChange method receives one parameter,
ID, which is a number representing the row that was changed. You can place a
row into edit mode by setting the DisplayBox.AutoEdit property to true and the
user double cliking on the row, or the DisplayBox.SetEditOn() function being
called.