Events

All the events that are available within the currently selected UI component are listed in the Events view. Events for which a code is already specified are underlined in blue and highlighted by the event icon. To add a new event, you must click on the corresponding event. RapidClipse then automatically switches to the code view and generates the corresponding code.

Result:
  • Event buttonClick 

    private void button_buttonClick(Button.ClickEvent event) {
    
        // buttonClick Action 
    
    }


XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.