InterviewSolution
Saved Bookmarks
| 1. |
How Can You Access The List Item Control In An Event Handler For The Press Event? |
|
Answer» CALL the getSource() METHOD at the EVENT OBJECT PARAMETER. Call the getSource() method at the event object parameter. |
|