Triggered when a new query is saved in a drawing.
Signature
VBA / VB.NET
object.OnQueryCreated(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 in which the query was created.
- QueryName
-
Type: String; input to the handler
The name of the query that was created.