VlcMediaPlayerPausableChangedEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: Vlc.DotNet.CoreAssembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntaxpublic VlcMediaPlayerPausableChangedEventArgs(
bool paused
)
Public Sub New (
paused As Boolean
)
public:
VlcMediaPlayerPausableChangedEventArgs(
bool paused
)
new :
paused : bool -> VlcMediaPlayerPausableChangedEventArgs
Parameters
- paused
- Type: SystemBoolean
[Missing <param name="paused"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerPausableChangedEventArgs.#ctor(System.Boolean)"]
See Also