Active Query Builder 2 .NET Edition reference
ItemBound Event



Fired when the item is expanded.
Syntax
'Declaration
 
Public Event ItemBound As MetadataStructureItemNotification
'Usage
 
Dim instance As MetadataStructure
Dim handler As MetadataStructureItemNotification
 
AddHandler instance.ItemBound, handler
public event MetadataStructureItemNotification ItemBound
public: __event MetadataStructureItemNotification* ItemBound
Remarks
Occurs after the metadata structure item has created child items and bound them to appropriate metadata items.
See Also

Reference

MetadataStructure Class
MetadataStructure Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback