Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLBodyElement Interface / onbeforeunload Property

In This Topic
    onbeforeunload Property
    In This Topic

    onbeforeunload property of IHTMLBodyElement interface.

    Syntax
    'Declaration
     
    Property onbeforeunload As System.Object
    System.object onbeforeunload {get; set;}
    Remarks

    An original IDL definition of onbeforeunload property was the following: VARIANT onbeforeunload;

    See Also