Kimono.KHTMLPart.formNotification C# (CSharp) Метод

formNotification() публичный Метод

Determine if signal should be emitted before, instead or never when a submitForm() happens. ### KDE5 remove me
public formNotification ( ) : KHTMLPart.FormNotification
Результат KHTMLPart.FormNotification
        public KHTMLPart.FormNotification formNotification()
        {
            return (KHTMLPart.FormNotification) interceptor.Invoke("formNotification", "formNotification() const", typeof(KHTMLPart.FormNotification));
        }
KHTMLPart