<
ComponentOne OLAP for WPF and Silverlight
C1.Util Namespace / Timer Class
Properties Methods Events


In This Topic
    Timer Class Members
    In This Topic

    The following tables list the members exposed by Timer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a Timer.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the interval between timer ticks, in milliseconds.  
    Public PropertyGets or sets whether the Timer is enabled.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts the timer.  
    Public MethodStops the timer.  
    Top
    Public Events
     NameDescription
    Public EventEvent that fires periodically while the Timer is enabled.  
    Top
    See Also