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