<
ComponentOne OLAP for WPF and Silverlight
C1.Util Namespace / Timer Class / Tick Event

In This Topic
    Tick Event
    In This Topic
    Event that fires periodically while the Timer is enabled.
    Syntax
    'Declaration
     
    Public Event Tick As EventHandler
    public event EventHandler Tick
    See Also