'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("TimerTimerDescr")> Public Event Tick As System.EventHandler
'Usage
Dim instance As NTimer Dim handler As System.EventHandler AddHandler instance.Tick, handler
[SRCategory("CatBehavior")] [SRDescription("TimerTimerDescr")] public event System.EventHandler Tick