Share via


DocumentEvents2_ContentControlAfterAddEventHandler Delegat

Definition

Ein Delegattyp, der zum Hinzufügen eines Ereignishandlers für das ContentControlAfterAdd(ContentControl, Boolean) Ereignis verwendet wird.

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)

Parameter

NewContentControl
ContentControl
InUndoRedo
Boolean
Attribute

Gilt für: