Interface ICallbackEventHandler
ICallbackEventHandler interface.
If a control wants to respond to callback event, it must implement this interface.
Direct known implementers
TActiveButton, TActiveCheckBox, TActiveListBox, TActivePager, TActiveRadioButton, TActiveRadioButtonList, TActiveRatingList, TActiveTableCell, TActiveTableRow, TActiveTextBox, TCallback, TDropContainer, TActiveCheckBoxList, TActiveCustomValidator, TActiveDatePicker, TActiveDropDownList, TActiveFileUpload, TActiveHiddenField, TActiveImageButton, TActiveLinkButtonIndirect known implementers
TAutoComplete, TEventTriggeredCallback, TInPlaceTextBox, TTimeTriggeredCallback, TTriggeredCallback, TValueTriggeredCallback
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gamil[dot]com>
Since: 3.1
Located at interfaces.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gamil[dot]com>
Since: 3.1
Located at interfaces.php
public
|
#
raiseCallbackEvent(
Raises callback event. The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the callback event. |