Click or drag to resize

IJsDialogs Properties

The IJsDialogs type exposes the following members.

Properties
  NameDescription
Public propertyAlertHandler
Gets or sets a handler that is used when JavaScript alert dialog should be displayed.
Public propertyBeforeUnloadHandler
Gets or sets a handler that is used when the web page is about to be unloaded.
Public propertyConfirmHandler
Gets or sets a handler that is used when JavaScript confirmation dialog should be displayed.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyPromptHandler
Gets or sets a handler that is used when JavaScript dialog prompting the user to input some text should be displayed.
Top
See Also