次の方法で共有


DocumentEvents2_ContentControlBeforeContentUpdateEventHandler 代理人

定義

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

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

パラメーター

ContentControl
ContentControl
Content
String
属性

適用対象