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