OnQueryModified

ACAD Connectivity Automation Objects

 
OnQueryModified
 
 
 

Triggered when query changes are saved in a drawing.

Signature

object.OnQueryModified(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 from which the query was deleted.

QueryName

String; input to the handler

The name of the query that was deleted.