DocumentEvents2_BuildingBlockInsertEventHandler Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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