BrowserExtendedNewWindowEventArgs Class
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.
public ref class BrowserExtendedNewWindowEventArgs : Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::CancelEventArgs
public class BrowserExtendedNewWindowEventArgs : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.CancelEventArgs
type BrowserExtendedNewWindowEventArgs = class
inherit CancelEventArgs
Public Class BrowserExtendedNewWindowEventArgs
Inherits CancelEventArgs
- Inheritance
Constructors
BrowserExtendedNewWindowEventArgs() |
Initializes a new instance of the BrowserExtendedNewWindowEventArgs class. |
Properties
Cancel |
Gets or sets a Boolean value that specifies whether the event is canceled. (Inherited from CancelEventArgs) |
Flags |
Gets or sets the flags. |
pDisp |
Gets or sets the pointer to the automation object of the browser. |
Url |
Gets or sets the URL that is opened in the new window. |
UrlContext |
Gets the URL of the page that is opening the new window. |