Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMarkupContainer2 Interface / createChangeLog Method

In This Topic
    createChangeLog Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function createChangeLog( _
       ByVal pChangeSink As IHTMLChangeSink, _
       ByRef ppChangeLog As IHTMLChangeLog, _
       ByVal fForward As System.Boolean, _
       ByVal fBackward As System.Boolean _
    ) As System.Integer
    System.int createChangeLog( 
       IHTMLChangeSink pChangeSink,
       out IHTMLChangeLog ppChangeLog,
       System.bool fForward,
       System.bool fBackward
    )

    Parameters

    pChangeSink
    ppChangeLog
    fForward
    fBackward
    See Also