DWebBrowserEvents.NewWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when a new window is to be created.
public:
void NewWindow(System::String ^ URL, int Flags, System::String ^ TargetFrameName, System::Object ^ % PostData, System::String ^ Headers, [Runtime::InteropServices::Out] bool % Processed);
public void NewWindow (string URL, int Flags, string TargetFrameName, ref object PostData, string Headers, out bool Processed);
abstract member NewWindow : string * int * string * obj * string * bool -> unit
Public Sub NewWindow (URL As String, Flags As Integer, TargetFrameName As String, ByRef PostData As Object, Headers As String, ByRef Processed As Boolean)
Parameters
- URL
- String
Specifies the URL.
- Flags
- Int32
Specifies the flags.
- TargetFrameName
- String
Specifies the target frame name.
- PostData
- Object
Specifies the post data.
- Headers
- String
Specifies the headers.
- Processed
- Boolean
Specifies whether the command was processed.