OnQueryDeleted Event (ActiveX/CAO)

Triggered when a query is deleted from a drawing.

Signature

VBA / VB.NET

object.OnQueryDeleted(Document, QueryName)
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 query was deleted.

QueryName

Type: String; input to the handler

The name of the query that was deleted.