DocumentEvents2.ContentControlAfterAdd(ContentControl, Boolean) Method

Definition

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

Parameters

NewContentControl
ContentControl
InUndoRedo
Boolean

Applies to