Active Query Builder 2 .NET Edition reference
ItemAdded Event



Fired when new item is added to the structure.
Syntax
'Declaration
 
Public Event ItemAdded As MetadataStructureItemNotification
'Usage
 
Dim instance As MetadataStructure
Dim handler As MetadataStructureItemNotification
 
AddHandler instance.ItemAdded, handler
public event MetadataStructureItemNotification ItemAdded
public: __event MetadataStructureItemNotification* ItemAdded
Remarks
Occurs when the metadata structure item is created and bound to appropriate metadata item.
See Also

Reference

MetadataStructure Class
MetadataStructure Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback