onafterrefresh |
This event is fired after the view or component has been refreshed by clicking on the Refresh button of Control Bar.
Syntax
DesignTime |
This is a design-time property and can be set through the property sheet of the control. |
Event Information
To invoke |
Click the Refresh button in the control bar to fire this event. |
Default Action |
Initiates any events associated with this event. |
Named Script |
onafterrefresh |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Reference to the Refresh button. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Remarks
This event will not be fired if the refresh event is cancelled in onbeforerefresh event.