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