DocumentEvents2_ContentControlAfterAddEventHandler 委托

定义

用于为事件添加事件处理程序的 ContentControlAfterAdd(ContentControl, Boolean) 委托类型。

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)

参数

NewContentControl
ContentControl
InUndoRedo
Boolean
属性

适用于