Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

OnQueryCompositeInstancesStarting Method






An QueryCompositeInstancesArgs that contains the event data.
Raises the QueryCompositeInstancesStarting event.
Syntax
protected virtual void OnQueryCompositeInstancesStarting( 
   QueryCompositeInstancesArgs e
)
'Declaration
 
Protected Overridable Sub OnQueryCompositeInstancesStarting( _
   ByVal e As QueryCompositeInstancesArgs _
) 
'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim e As QueryCompositeInstancesArgs
 
instance.OnQueryCompositeInstancesStarting(e)

            

            
protected:
virtual void OnQueryCompositeInstancesStarting( 
   QueryCompositeInstancesArgs^ e
) 

Parameters

e
An QueryCompositeInstancesArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. The OnQueryCompositeInstancesStarting method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Notes to Inheritors: When overriding OnQueryCompositeInstancesStarting in a derived class, be sure to call the base class's OnQueryCompositeInstancesStarting method so that registered delegates receive the event.
Requirements

Target Platforms

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features