LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

QueryCompositeInstancesCompleted Event (IStorageDataAccessAgent)

Show in webframe





Occurs when the QueryCompositeInstancesAsync is completed.
Syntax
event EventHandler<QueryCompositeInstancesArgs> QueryCompositeInstancesCompleted
'Declaration
 
Event QueryCompositeInstancesCompleted As EventHandler(Of QueryCompositeInstancesArgs)
'Usage
 
Dim instance As IStorageDataAccessAgent
Dim handler As EventHandler(Of QueryCompositeInstancesArgs)
 
AddHandler instance.QueryCompositeInstancesCompleted, handler

            

            
event EventHandler<QueryCompositeInstancesArgs^>^ QueryCompositeInstancesCompleted
Event Data

The event handler receives an argument of type QueryCompositeInstancesArgs containing data related to this event. The following QueryCompositeInstancesArgs properties provide information specific to this event.

PropertyDescription
Cancelled Gets or sets a value indicating if the call to QueryCompositeInstancesAsync has been cancelled.
Command Gets or sets the System.Data.Common.DbCommand being executed asynchronously.
Result Gets or sets a value indicating the result of the call to QueryCompositeInstancesAsync.
Remarks
When this event is received, the result of the query is contained in QueryCompositeInstancesArgs.Result
Requirements

Target Platforms

See Also

Reference

IStorageDataAccessAgent Interface
IStorageDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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