WebBrowser::OnNewWindow Method (CancelEventArgs^)

 

Raises the NewWindow event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnNewWindow(
	CancelEventArgs^ e
)

Parameters

e
Type: System.ComponentModel::CancelEventArgs^

A CancelEventArgs that contains the event data.

Raising an event invokes the event handler through a delegate. For more information, see Handling and Raising Events.

The OnNewWindow method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors:

When overriding OnNewWindow in a derived class, be sure to call the base class's OnNewWindow method so that registered delegates receive the event.

SecurityPermission

for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.

.NET Framework
Available since 2.0
Return to top
Show: