次の方法で共有


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
属性

適用対象