onafterfind |
This event is fired after business object(s) is searched in the dataset by using the Find button.
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 Find button on the pagination bar. |
Default Action |
Initiates any action associated with this event. |
Named Script |
onafterfind |
Event Object Properties
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Property |
Description |
---|---|
srcElement |
Reference to the Find button. |
Remarks
This event will not be fired if the find event is cancelled in onbeforefind event.