Triggered when a new link template is saved in a drawing.
VBA / VB.NET
object.OnLinkTemplateCreated(Document, LinkTemplateName)
Type: DbConnect
An object expression that evaluates to a DbConnect container object.
Type: String; input to the handler
The name of the document in which the link template was created.
Type: String; input to the handler
The name of the link template that was created.
This event may be triggered when a drawing containing link templates is opened.