Compartir a través de


DocumentEvents2_BuildingBlockInsertEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el BuildingBlockInsert(Range, String, String, String, String) evento.

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)

Parámetros

Range
Range
Name
String
Category
String
BlockType
String
Template
String
Atributos

Se aplica a