Called when the media player's position changes. The new position is passed in the event args.
Namespace: com.ptrampert.LibVLCBindAssembly: com.ptrampert.LibVLCBind (in com.ptrampert.LibVLCBind.dll) Version: 2.0.1.0 (2.0.1.0)
event EventHandler<FloatEventArgs> PositionChanged
event EventHandler<FloatEventArgs> PositionChanged
Event PositionChanged As EventHandler(Of FloatEventArgs)
Event PositionChanged As EventHandler(Of FloatEventArgs)
event EventHandler<FloatEventArgs^>^ PositionChanged {
void add (EventHandler<FloatEventArgs^>^ value);
void remove (EventHandler<FloatEventArgs^>^ value);
}
event EventHandler<FloatEventArgs^>^ PositionChanged {
void add (EventHandler<FloatEventArgs^>^ value);
void remove (EventHandler<FloatEventArgs^>^ value);
}
Value
Type:
System EventHandler FloatEventArgs