Share via


DocumentEvents2_SinkHelper.ContentControlBeforeDelete Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Overridable Sub ContentControlBeforeDelete ( _
    param0 As ContentControl, _
    param1 As Boolean _
)
'Usage
Dim instance As DocumentEvents2_SinkHelper
Dim param0 As ContentControl
Dim param1 As Boolean

instance.ContentControlBeforeDelete(param0, _
    param1)
public virtual void ContentControlBeforeDelete(
    ContentControl param0,
    bool param1
)

Parameters

Implements

DocumentEvents2.ContentControlBeforeDelete(ContentControl, Boolean)

See Also

Reference

DocumentEvents2_SinkHelper Class

DocumentEvents2_SinkHelper Members

Microsoft.Office.Interop.Word Namespace