点击或拖拽改变大小

DisplayError 委托

Called when an error message needs to be displayed.

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

参数

title
类型:SystemString
title of the dialog
text
类型:SystemString
text of the dialog

返回值

类型:Task
参见