OnLabelTemplateCreated Event (ActiveX/CAO)

Triggered when a new label template is saved in a drawing.

Signature

VBA / VB.NET

object.OnLabelTemplateCreated(Document, LabelTemplateName)
object

Type: DbConnect

An object expression that evaluates to a DbConnect container object.

Document

Type: String; input to the handler

The name of the document in which the label template was created.

LabelTemplateName

Type: String; input to the handler

The name of the label template that was created.

Remarks

This event may be triggered when a drawing containing label templates is opened.