OnDisconnect

ACAD Connectivity Automation Objects

 
OnDisconnect
 
 
 

Triggered when a connection to a data source is closed.

Signature

object.OnDisconnect(Datasource)

Object

DbConnect object

An object expression that evaluates to a DbConnect container object.

Datasource

String; input to the handler

The name of the data source.

See Also