You use the Connection wizard to set events between two components within
a form without having to write much (or any) code by hand. You start the wizard
by clicking the Connection Mode ()
button in the Form Editor toolbar, then clicking the two components you want
to connect.
The second step in the Connection wizard is to specify the operation that is to be performed on the target component when the source component fires the event.
Select one of three options:
When you click Finish, the insertion point in the Source Editor is placed in the new event handler, where you can write the event handler code yourself.
See Also | |
---|---|
Connection Wizard: Select Source Event Enter Parameters |