Kimono.KHTMLPart.SetFormNotification C# (CSharp) Method

SetFormNotification() public method

Determine if signal should be emitted before, instead or never when a submitForm() happens. ### KDE5 remove me
public SetFormNotification ( KHTMLPart fn ) : void
fn KHTMLPart
return void
        public void SetFormNotification(KHTMLPart.FormNotification fn)
        {
            interceptor.Invoke("setFormNotification$", "setFormNotification(KHTMLPart::FormNotification)", typeof(void), typeof(KHTMLPart.FormNotification), fn);
        }
KHTMLPart