Method | Description | |
---|---|---|
ShowJavaScriptPromptBeforeUnloadEventArgs ( string message ) : System |
Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.
|
public ShowJavaScriptPromptBeforeUnloadEventArgs ( string message ) : System | ||
message | string | The message to be shown in the confirm panel. |
return | System |