DialogHandlerBase Constructor  | 
 
                Creates and initializes the dialog handler.
            
 
    Namespace: 
   DotNetBrowser.AvaloniaUi.Dialogs
    Assembly:
   DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.27.5
Syntaxpublic DialogHandlerBase(
	Visual parent
)
Parameters
- parent
 - Type: Visual
The parent object for the dialog displayed by this handler. 
See Also