Syntax
| [ | Public ] _
Event name[([param[, ...]])]
|
---|---|
Description
| User defined event. The event defines a sub that can be defined using WithEvents.. The values of the calling arglist are assigned to the params.
If no access is specified then Public is assumed.
|
See Also
| |
Example
|
|