* * Global Events, intra-object events, Class behaviors, expanded behaviors * @author Brad Anderson * * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package System */ /** * TEventParameter class. * TEventParameter is the base class for all event parameter classes. * * @author Qiang Xue * @package System * @since 3.0 */ class TEventParameter extends TComponent { }