DocumentEvents2.ContentControlOnExit(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 ContentControlOnExit(Microsoft::Office::Interop::Word::ContentControl ^ ContentControl, [Runtime::InteropServices::Out] bool % Cancel);
public void ContentControlOnExit (Microsoft.Office.Interop.Word.ContentControl ContentControl, out bool Cancel);
abstract member ContentControlOnExit : Microsoft.Office.Interop.Word.ContentControl * bool -> unit
Public Sub ContentControlOnExit (ContentControl As ContentControl, ByRef Cancel As Boolean)
Parameters
- ContentControl
- ContentControl
- Cancel
- Boolean