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