MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
UpdateLibraryReportProgress Method (title, message, percentage)
NamespacesMPfm.LibraryLibraryUpdateLibraryReportProgress(String, String, Double)
Reports progress for the update library process.
Declaration Syntax
C#Visual Basic
public void UpdateLibraryReportProgress(
	string title,
	string message,
	double percentage
)
Public Sub UpdateLibraryReportProgress ( _
	title As String, _
	message As String, _
	percentage As Double _
)
Parameters
title (String)
Title
message (String)
Message
percentage (Double)
Percentage done

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)