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