Click or drag to resize

BeforeUnloadParameters Properties

The BeforeUnloadParameters type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the browser associated with the dialog.
(Inherited from DialogParameters.)
Public propertyCause
Gets the action that caused the dialog to appear.
Public propertyLeaveActionText
The localized text of the "Leave" action.
Public propertyMessage
Gets the localized dialog message.
(Inherited from CommonDialogParameters.)
Public propertyStayActionText
Gets the localized text of the "Stay" action.
Public propertyTitle
Gets the localized dialog title.
(Inherited from CommonDialogParameters.)
Top
See Also