OnQueryCreated

ACAD Connectivity Automation Objects

 
OnQueryCreated
 
 
 

Triggered when a new query is saved in a drawing.

Signature

object.OnQueryCreated(Document, QueryName)

Object

DbConnect object

An object expression that evaluates to a DbConnect container object.

Document

String; input to the handler

The name of the document in which the query was created.

QueryName

String; input to the handler

The name of the query that was created.