DocumentEvents2_BuildingBlockInsertEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントのイベント ハンドラー 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
- 属性