DotNetBrowser
1.21.5
|
Represents parameters that are passed to the OnReloadPostData event. More...
Public Member Functions | |
ReloadPostDataParams (Browser browser) | |
Constructs a new ReloadPostDataEventArgs instance. More... | |
Properties | |
CloseStatus | Status [get, set] |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus. More... | |
Browser | Browser [get] |
Gets the browser instance of the dialog. More... | |
Represents parameters that are passed to the OnReloadPostData event.
DotNetBrowser.ReloadPostDataParams.ReloadPostDataParams | ( | Browser | browser | ) |
Constructs a new ReloadPostDataEventArgs instance.
browser | the browser instance on which the event is initially occurred. |
|
get |
Gets the browser instance of the dialog.
the owner of this dialog.
|
getset |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus.