点击或拖拽改变大小

UpdateProgress 委托

Called when a progress dialog needs to be updated.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public delegate Task UpdateProgress(
	Dialog dialog,
	float position,
	string text
)

参数

dialog
类型:LibVLCSharp.SharedDialog
id of the dialog
position
类型:SystemSingle
position of the progress bar (between 0.0 and 1.0)
text
类型:SystemString
new text of the progress dialog

返回值

类型:Task
参见