ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
DialogHandlerDelegate Delegate
NamespacesArtOfTest.WebAii.Win32.DialogsDialogHandlerDelegate
A dialog handler that allows for users to do their own handling of a dialog instead of calling Handle().
Declaration Syntax
C#Visual BasicVisual Basic Usage
public delegate void DialogHandlerDelegate(
	IDialog dialog
)
Public Delegate Sub DialogHandlerDelegate ( _
	dialog As IDialog _
)
Dim instance As New DialogHandlerDelegate(AddressOf HandlerMethod)
Parameters
dialog (IDialog)
The dialog being handled.
Return Value
True/False whether the dialog has been handled.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii) Version: 1.1.900.0 (1.1.900.0)