[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "E:Vlc.DotNet.Forms.VlcControl.Playing"]
Namespace: Vlc.DotNet.FormsAssembly: Vlc.DotNet.Forms (in Vlc.DotNet.Forms.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax public 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:
SystemEventHandlerVlcMediaPlayerPlayingEventArgsSee Also