VlcMediaPlayerTitleChangedEventArgs 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)
Syntax public VlcMediaPlayerTitleChangedEventArgs(
string newTitle
)
Public Sub New (
newTitle As String
)
public:
VlcMediaPlayerTitleChangedEventArgs(
String^ newTitle
)
new :
newTitle : string -> VlcMediaPlayerTitleChangedEventArgs
Parameters
- newTitle
- Type: SystemString
[Missing <param name="newTitle"/> documentation for "M:Vlc.DotNet.Core.VlcMediaPlayerTitleChangedEventArgs.#ctor(System.String)"]
See Also