←Select platform

GenerateMetadataCompleted Event

Summary

After GenerateMetadata, GenerateMetadataJson, or GenerateMetadataXml is called, this event is fired once after all metadata has been generated.

Syntax
C#
VB
C++
public event EventHandler<GenerateMetadataArgs> GenerateMetadataCompleted 
Public Event GenerateMetadataCompleted As EventHandler(Of GenerateMetadataArgs) 
public:  
   event EventHandler<GenerateMetadataArgs^>^ GenerateMetadataCompleted 
Remarks

The following methods fire the GenerateMetadataStarting event:

The GenerateMetadataStarting event is one of three events that is fired for the above methods.

Example

For an example, refer to IStorageDataAccessAgent4.

Event Data
ParameterTypeDescription
senderobjectThe source of the event
eGenerateMetadataArgsThe event data
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.