Click or drag to resize

OpenMultipleFilesResponseCancel Method

Creates a OpenMultipleFilesResponse that notifies the browser that the dialog was canceled.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static OpenMultipleFilesResponse Cancel()

Return Value

Type: OpenMultipleFilesResponse
The OpenMultipleFilesResponse instance that can be used as a return value in OpenMultipleFilesHandler implementation.
See Also