DocumentEvents2_BuildingBlockInsertEventHandler 委托

定义

用于为事件添加事件处理程序的 BuildingBlockInsert(Range, String, String, String, String) 委托类型。

public delegate void DocumentEvents2_BuildingBlockInsertEventHandler(Range ^ Range, System::String ^ Name, System::String ^ Category, System::String ^ BlockType, System::String ^ Template);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocumentEvents2_BuildingBlockInsertEventHandler(Range Range, string Name, string Category, string BlockType, string Template);
type DocumentEvents2_BuildingBlockInsertEventHandler = delegate of Range * string * string * string * string -> unit
Public Delegate Sub DocumentEvents2_BuildingBlockInsertEventHandler(Range As Range, Name As String, Category As String, BlockType As String, Template As String)

参数

Range
Range
Name
String
Category
String
BlockType
String
Template
String
属性

适用于