Arc.React
Preparing search index...
dialogs
CloseDialog
Type Alias CloseDialog<TResponse>
CloseDialog
:
(
result
:
DialogResult
,
response
?:
TResponse
)
=>
void
Represents the delegate when a dialog is closed with a response.
Type Parameters
TResponse
Type Declaration
(
result
:
DialogResult
,
response
?:
TResponse
)
:
void
Parameters
result
:
DialogResult
Optional
response
:
TResponse
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arc.React
Loading...
Represents the delegate when a dialog is closed with a response.