DocumentEvents2.ContentControlBeforeDelete(ContentControl, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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