Click or drag to resize
VlcMediaPlayerPausableChangedEventArgs Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the VlcMediaPlayerPausableChangedEventArgs class

Namespace: Vlc.DotNet.Core
Assembly: Vlc.DotNet.Core (in Vlc.DotNet.Core.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
public VlcMediaPlayerPausableChangedEventArgs(
	bool paused
)

Parameters

paused
Type: SystemBoolean

[Missing <param name="paused"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerPausableChangedEventArgs.#ctor(System.Boolean)"]

See Also