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