Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
<ComImport, SuppressUnmanagedCodeSecurity, InterfaceType(ComInterfaceType.InterfaceIsIDispatch), Guid("34A715A0-6587-11D0-924A-0020AFC7AC4D")> _
Public Interface DWebBrowserEvents2
' Methods
<DispId(250)> _
Sub BeforeNavigate2(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object, <In> ByRef URL As Object, <In> ByRef Flags As Object, <In> ByRef TargetFrameName As Object, <In> ByRef PostData As Object, <In> ByRef Headers As Object, <In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean)
<DispId(268)> _
Sub ClientToHostWindow(<In, Out> ByRef CX As Integer, <In, Out> ByRef CY As Integer)
<DispId(105)> _
Sub CommandStateChange(ByVal Command As Integer, <MarshalAs(UnmanagedType.VariantBool)> ByVal Enable As Boolean)
<DispId(259)> _
Sub DocumentComplete(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object, <In> ByRef URL As Object)
<DispId(106)> _
Sub DownloadBegin()
<DispId(104)> _
Sub DownloadComplete()
<DispId(270)> _
Sub FileDownload(<In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean)
<DispId(252)> _
Sub NavigateComplete2(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object, <In> ByRef URL As Object)
<DispId(271)> _
Sub NavigateError(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object, <In> ByRef URL As Object, <In> ByRef Frame As Object, <In> ByRef StatusCode As Object, <In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean)
<DispId(251)> _
Sub NewWindow2(<In, Out, MarshalAs(UnmanagedType.IDispatch)> ByRef ppDisp As Object, <In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean)
<DispId(273)> _
Sub NewWindow3(<In, Out, MarshalAs(UnmanagedType.IDispatch)> ByRef ppDisp As Object, <In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean, ByVal dwFlags As UInt32, <MarshalAs(UnmanagedType.BStr)> ByVal bstrUrlContext As String, <MarshalAs(UnmanagedType.BStr)> ByVal bstrUrl As String)
<DispId(258)> _
Sub OnFullScreen(<MarshalAs(UnmanagedType.VariantBool)> ByVal FullScreen As Boolean)
<DispId(256)> _
Sub OnMenuBar(<MarshalAs(UnmanagedType.VariantBool)> ByVal MenuBar As Boolean)
<DispId(253)> _
Sub OnQuit()
<DispId(257)> _
Sub OnStatusBar(<MarshalAs(UnmanagedType.VariantBool)> ByVal StatusBar As Boolean)
<DispId(260)> _
Sub OnTheaterMode(<MarshalAs(UnmanagedType.VariantBool)> ByVal TheaterMode As Boolean)
<DispId(255)> _
Sub OnToolBar(<MarshalAs(UnmanagedType.VariantBool)> ByVal ToolBar As Boolean)
<DispId(254)> _
Sub OnVisible(<MarshalAs(UnmanagedType.VariantBool)> ByVal Visible As Boolean)
<DispId(225)> _
Sub PrintTemplateInstantiation(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object)
<DispId(226)> _
Sub PrintTemplateTeardown(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object)
<DispId(272)> _
Sub PrivacyImpactedStateChange(<MarshalAs(UnmanagedType.VariantBool)> ByVal bImpacted As Boolean)
<DispId(108)> _
Sub ProgressChange(ByVal Progress As Integer, ByVal ProgressMax As Integer)
<DispId(112)> _
Sub PropertyChange(<MarshalAs(UnmanagedType.BStr)> ByVal szProperty As String)
<DispId(269)> _
Sub SetSecureLockIcon(ByVal SecureLockIcon As Integer)
<DispId(102)> _
Sub StatusTextChange(<MarshalAs(UnmanagedType.BStr)> ByVal [Text] As String)
<DispId(113)> _
Sub TitleChange(<MarshalAs(UnmanagedType.BStr)> ByVal [Text] As String)
<DispId(227)> _
Sub UpdatePageStatus(<MarshalAs(UnmanagedType.IDispatch)> ByVal pDisp As Object, <In> ByRef nPage As Object, <In> ByRef fDone As Object)
<DispId(263)> _
Sub WindowClosing(<MarshalAs(UnmanagedType.VariantBool)> ByVal IsChildWindow As Boolean, <In, Out, MarshalAs(UnmanagedType.VariantBool)> ByRef Cancel As Boolean)
<DispId(267)> _
Sub WindowSetHeight(ByVal Height As Integer)
<DispId(264)> _
Sub WindowSetLeft(ByVal Left As Integer)
<DispId(262)> _
Sub WindowSetResizable(<MarshalAs(UnmanagedType.VariantBool)> ByVal Resizable As Boolean)
<DispId(265)> _
Sub WindowSetTop(ByVal Top As Integer)
<DispId(266)> _
Sub WindowSetWidth(ByVal Width As Integer)
End Interface
User-Defined Types:
None.
Notes:
Required referenece to System, System.Security, System.Runtime.InteropServices, System.Reflection Namespaces.