DocumentEvents2_BuildingBlockInsertEventHandler Delegate

Definition

A Delegate type used to add an event handler for the BuildingBlockInsert(Range, String, String, String, String) event.

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)

Parameters

Range
Range
Name
String
Category
String
BlockType
String
Template
String
Attributes

Applies to