DocumentEvents2.ContentControlAfterAdd(ContentControl, Boolean) 方法

定义

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)

参数

NewContentControl
ContentControl
InUndoRedo
Boolean

适用于