MCPcopy Create free account
hub / github.com/cinience/RedisStudio / BeforeNavigate2

Method BeforeNavigate2

DuiLib/Control/UIWebBrowser.cpp:186–192  ·  view source on GitHub ↗

DWebBrowserEvents2

Source from the content-addressed store, hash-verified

184}
185/// DWebBrowserEvents2
186void DuiLib::CWebBrowserUI::BeforeNavigate2( IDispatch *pDisp,VARIANT *&url,VARIANT *&Flags,VARIANT *&TargetFrameName,VARIANT *&PostData,VARIANT *&Headers,VARIANT_BOOL *&Cancel )
187{
188 if (m_pWebBrowserEventHandler)
189 {
190 m_pWebBrowserEventHandler->BeforeNavigate2(pDisp,url,Flags,TargetFrameName,PostData,Headers,Cancel);
191 }
192}
193
194void DuiLib::CWebBrowserUI::NavigateError( IDispatch *pDisp,VARIANT * &url,VARIANT *&TargetFrameName,VARIANT *&StatusCode,VARIANT_BOOL *&Cancel )
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected