VlcMediaPlayerStopped Event |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "E:Vlc.DotNet.Core.VlcMediaPlayer.Stopped"]
Namespace: Vlc.DotNet.CoreAssembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic event EventHandler<VlcMediaPlayerStoppedEventArgs> Stopped
Public Event Stopped As EventHandler(Of VlcMediaPlayerStoppedEventArgs)
public:
event EventHandler<VlcMediaPlayerStoppedEventArgs^>^ Stopped {
void add (EventHandler<VlcMediaPlayerStoppedEventArgs^>^ value);
void remove (EventHandler<VlcMediaPlayerStoppedEventArgs^>^ value);
}
member Stopped : IEvent<EventHandler<VlcMediaPlayerStoppedEventArgs>,
VlcMediaPlayerStoppedEventArgs>
Value
Type:
SystemEventHandlerVlcMediaPlayerStoppedEventArgs
See Also