DocumentEvents2_ContentControlBeforeContentUpdateEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントのイベント ハンドラー 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
- 属性