DocumentEvents2_ContentControlOnExitEventHandler Delegate
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.
A Delegate type used to add an event handler for the ContentControlOnExit(ContentControl, Boolean) event.
public delegate void DocumentEvents2_ContentControlOnExitEventHandler(ContentControl ^ ContentControl, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_ContentControlOnExitEventHandler(ContentControl ContentControl, out bool Cancel);
type DocumentEvents2_ContentControlOnExitEventHandler = delegate of ContentControl * bool -> unit
Public Delegate Sub DocumentEvents2_ContentControlOnExitEventHandler(ContentControl As ContentControl, ByRef Cancel As Boolean)
Parameters
- ContentControl
- ContentControl
- Cancel
- Boolean
- Attributes