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

適用対象