DocumentEvents2.ContentControlBeforeDelete(ContentControl, Boolean) 方法

定义

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)

参数

OldContentControl
ContentControl
InUndoRedo
Boolean

适用于