VlcControlTimeChanged Event |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "E:Vlc.DotNet.Forms.VlcControl.TimeChanged"]
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<VlcMediaPlayerTimeChangedEventArgs> TimeChanged
Public Event TimeChanged As EventHandler(Of VlcMediaPlayerTimeChangedEventArgs)
public:
event EventHandler<VlcMediaPlayerTimeChangedEventArgs^>^ TimeChanged {
void add (EventHandler<VlcMediaPlayerTimeChangedEventArgs^>^ value);
void remove (EventHandler<VlcMediaPlayerTimeChangedEventArgs^>^ value);
}
member TimeChanged : IEvent<EventHandler<VlcMediaPlayerTimeChangedEventArgs>,
VlcMediaPlayerTimeChangedEventArgs>
Value
Type:
SystemEventHandlerVlcMediaPlayerTimeChangedEventArgsSee Also