DocumentEvents2_ContentControlAfterAddEventHandler 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 ContentControlAfterAdd(ContentControl, Boolean) event.
public delegate void DocumentEvents2_ContentControlAfterAddEventHandler(ContentControl ^ NewContentControl, bool InUndoRedo);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_ContentControlAfterAddEventHandler(ContentControl NewContentControl, bool InUndoRedo);
type DocumentEvents2_ContentControlAfterAddEventHandler = delegate of ContentControl * bool -> unit
Public Delegate Sub DocumentEvents2_ContentControlAfterAddEventHandler(NewContentControl As ContentControl, InUndoRedo As Boolean)
Parameters
- NewContentControl
- ContentControl
- InUndoRedo
- Boolean
- Attributes