DialogReference
Internal record describing a single shown dialog: the component type to render, its
parameters, options, title and the reference whose IDialogReference.Result
completes when the dialog closes.
Properties
Section titled “Properties”ComponentType
Section titled “ComponentType”Component type rendered inside the modal box.
Unique id of this dialog instance.
Options
Section titled “Options”Display options for the modal.
Parameters
Section titled “Parameters”Parameters forwarded to the hosted component.
Result
Section titled “Result”Methods
Section titled “Methods”Cancel()
Section titled “Cancel()”Close()
Section titled “Close()”Close(DialogResult)
Section titled “Close(DialogResult)”Events
Section titled “Events”OnClose
Section titled “OnClose”Raised when this dialog requests to be removed from the provider.