Triggered when a query is deleted from a drawing.
VBA / VB.NET
object.OnQueryDeleted(Document, QueryName)
Type: DbConnect
An object expression that evaluates to a DbConnect container object.
Type: String; input to the handler
The name of the document from which the query was deleted.
Type: String; input to the handler
The name of the query that was deleted.