www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tradeoffMessageService/notifyTableCellChange.m

    function notifyTableCellChange(obj)
%NOTIFYTABLECELLCHANGE Fire the TableCellChanged event
%
%  NOTIFYTABLECELLCHANGE(OBJ) fires the "TableCellChanged" event which is
%  used to notify users that the values in a table have been changed.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.send('TableCellChanged', handle.EventData(obj, 'TableCellChanged'));