Triggered when a link template is deleted from a drawing.
Signature
VBA / VB.NET
object.OnLinkTemplateDeleted(Document, LinkTemplateName)
- 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 from which the link template was deleted.
- LinkTemplateName
-
Type: String; input to the handler
The name of the link template that was deleted.