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