TriggerReached event |
|
Remarks
Occurs when the song playback reaches an existing trigger position. During playback this event is not generated if the current playback position should be moved, through a call to the SeekSound or ForwardSound methods, to a position exceeding the one of the trigger itself.
See the How to add Triggers and Cue Points to a player section for further details about triggers.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
Event Data
The event handler receives an argument of type TriggerReachedEventArgs having the following parameters:
|