Hi Noj, the syntax will be something like:
01 CloseButtonPressed type EventHandler event.
You can attach/detach methods/delegates to the event using the ATTACH/DETACH verbs, e.g.:
attach method CloseButtonHandler to CloseButtonPressed
Robert.
Hi Noj, the syntax will be something like:
01 CloseButtonPressed type EventHandler event.
You can attach/detach methods/delegates to the event using the ATTACH/DETACH verbs, e.g.:
attach method CloseButtonHandler to CloseButtonPressed
Robert.