PreviewHandlerWpfControlTryLoadCustomPreviewFuncAsync - свойство
Пространство имён: Tessa.UI.Controls.FilePreviewСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Func<IFilePreviewModel, string, CancellationToken, ValueTask<Object>> TryLoadCustomPreviewFuncAsync { get; set; }
Public Property TryLoadCustomPreviewFuncAsync As Func(Of IFilePreviewModel, String, CancellationToken, ValueTask(Of Object))
Get
Set
public:
property Func<IFilePreviewModel^, String^, CancellationToken, ValueTask<Object^>>^ TryLoadCustomPreviewFuncAsync {
Func<IFilePreviewModel^, String^, CancellationToken, ValueTask<Object^>>^ get ();
void set (Func<IFilePreviewModel^, String^, CancellationToken, ValueTask<Object^>>^ value);
}
member TryLoadCustomPreviewFuncAsync : Func<IFilePreviewModel, string, CancellationToken, ValueTask<Object>> with get, set
Значение свойства
FuncIFilePreviewModel,
String,
CancellationToken,
ValueTaskObject