BASS.NET API for the Un4seen BASS Audio Library

BASSTimerTick Event

BASS.NET API for the Un4seen BASS Audio Library
Event handler used to notify that the timer has elapsed.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public event EventHandler Tick

Value

Type: SystemEventHandler
Remarks

This event will be raised, if the Timer has been started (see Start) and the Interval has been elapsed.

Note: This implementation ensures, that the event will be executed in the main thread the subscriber executes in! So when subscribing to this event from UI thread, the specified event delegate will also be called in that UI thread.

See Also

Reference