DialogHandlerDelegate Delegate

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
A dialog handler that allows for users to do their own handling of a dialog instead of calling Handle().

Namespace:  ArtOfTest.WebAii.Win32.Dialogs
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public delegate void DialogHandlerDelegate(
	IDialog dialog
)

Parameters

dialog
Type: ArtOfTest.WebAii.Win32.DialogsIDialog
The dialog being handled.

Return Value

Type: 
True/False whether the dialog has been handled.
See Also

Reference