Kimono.KHTMLPart.UrlSelected C# (CSharp) Method

UrlSelected() private method

private UrlSelected ( string url, int button, int state, string _target ) : bool
url string
button int
state int
_target string
return bool
        protected virtual bool UrlSelected(string url, int button, int state, string _target)
        {
            return (bool) interceptor.Invoke("urlSelected$$$$", "urlSelected(const QString&, int, int, const QString&)", typeof(bool), typeof(string), url, typeof(int), button, typeof(int), state, typeof(string), _target);
        }

Same methods

KHTMLPart::UrlSelected ( string url, int button, int state, string _target, KParts args ) : bool
KHTMLPart::UrlSelected ( string url, int button, int state, string _target, KParts args, KParts browserArgs ) : bool
KHTMLPart