DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler 代理人

定義

イベントのイベント ハンドラー ContentControlBeforeStoreUpdate(ContentControl, String) を追加するために使用されるデリゲート型。

public delegate void DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl ^ ContentControl, [Runtime::InteropServices::Out] System::String ^ % Content);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl ContentControl, out string Content);
type DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler = delegate of ContentControl * string -> unit
Public Delegate Sub DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler(ContentControl As ContentControl, ByRef Content As String)

パラメーター

ContentControl
ContentControl
Content
String
属性

適用対象