Tick Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs when the specified time interval for the current DispatcherTimer object has elapsed and the timer is enabled.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Event Tick As EventHandler
public event EventHandler Tick
public:
 event EventHandler^ Tick {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Tick : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace