Syntax
| [Dim | Private | Public] WithEvents name As objtype[, ...]
|
---|---|
Description
| Dimensioning a module level variable WithEvents allows the macro to implement event handling Subs. The variable's As type must be a type from a referenced type library (or language extension) which implements events.
|
See Also
| |
Example
|
|