A Sandcastle Documented Class Library
IPluginHostOnMediaPlayerPlaybackStarted Event |
Delegate gets called when the selected media player begins playing a media file
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event MediaPlayerPlaybackStarted OnMediaPlayerPlaybackStarted
Event OnMediaPlayerPlaybackStarted As MediaPlayerPlaybackStarted
event MediaPlayerPlaybackStarted^ OnMediaPlayerPlaybackStarted { void add (MediaPlayerPlaybackStarted^ value); void remove (MediaPlayerPlaybackStarted^ value); }
abstract OnMediaPlayerPlaybackStarted : IEvent<MediaPlayerPlaybackStarted, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesMediaPlayerPlaybackStartedRemarks
Scripted Event Equivalent: on SONG
See Also