Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / HTMLElementEvents2 Interface / onbeforecut Method
Event object.

In This Topic
    onbeforecut Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function onbeforecut( _
       ByVal pEvtObj As IHTMLEventObj _
    ) As System.Boolean
    System.bool onbeforecut( 
       IHTMLEventObj pEvtObj
    )

    Parameters

    pEvtObj
    Event object.
    See Also