DocumentClass.remove_BuildingBlockInsert Method

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

Syntax

'Declaration
Public Overridable Sub remove_BuildingBlockInsert ( _
    param0 As DocumentEvents2_BuildingBlockInsertEventHandler _
)
'Usage
Dim instance As DocumentClass
Dim param0 As DocumentEvents2_BuildingBlockInsertEventHandler

instance.remove_BuildingBlockInsert(param0)
public virtual void remove_BuildingBlockInsert(
    DocumentEvents2_BuildingBlockInsertEventHandler param0
)

Parameters

Implements

DocumentEvents2_Event.remove_BuildingBlockInsert(DocumentEvents2_BuildingBlockInsertEventHandler)

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace