DocumentEvents2.ContentControlBeforeDelete(ContentControl, Boolean) Method

Definition

public:
 void ContentControlBeforeDelete(Microsoft::Office::Interop::Word::ContentControl ^ OldContentControl, bool InUndoRedo);
public void ContentControlBeforeDelete (Microsoft.Office.Interop.Word.ContentControl OldContentControl, bool InUndoRedo);
abstract member ContentControlBeforeDelete : Microsoft.Office.Interop.Word.ContentControl * bool -> unit
Public Sub ContentControlBeforeDelete (OldContentControl As ContentControl, InUndoRedo As Boolean)

Parameters

OldContentControl
ContentControl
InUndoRedo
Boolean

Applies to