AdoConnection:EventHandler Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoConnection Class >

AdoConnection:EventHandler Access

Previous pageReturn to chapter overviewNext page

Purpose

Return the Event handler associated with this connection

 

Prototype

ACCESS EventHandler AS AdoEventHandler PASCAL Class AdoConnection

 

 

 

Description

When Connection Events are enabled this access will return the Event Handler object

 

See Also

  AdoConnectionEvents, AdoConnection:EnableEvents, AdoConnection:DisableEvents, AdoEventHandler