Nevron .NET Vision
Nevron.UI Namespace / NTimer Class / Tick Event


In This Topic
    Tick Event
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also