HyperlinkEvent¶This event class is used for the events generated by HyperlinkCtrl.
Events Emitted by this Class¶Handlers bound for the following event types will receive a HyperlinkEvent parameter.
Methods Summary¶| __init__ | The constructor is not normally used by the user code. |
| GetURL | Returns the URL of the hyperlink where the user has just clicked. |
| SetURL | Sets the URL associated with the event. |
Class API¶This event class is used for the events generated by HyperlinkCtrl.
Possible constructors:
HyperlinkEvent(generator, id, url)
The constructor is not normally used by the user code.
| Parameters: |
|
|---|
Returns the URL of the hyperlink where the user has just clicked.
| Return type: | string |
|---|
Sets the URL associated with the event.
| Parameters: | url (string) – |
|---|