Active Query Builder 2 .NET Edition reference
ItemUpdated Event



Fired when the item updates some of it's properties.
Syntax
'Declaration
 
Public Event ItemUpdated As MetadataStructureItemNotification
'Usage
 
Dim instance As MetadataStructure
Dim handler As MetadataStructureItemNotification
 
AddHandler instance.ItemUpdated, handler
public event MetadataStructureItemNotification ItemUpdated
public: __event MetadataStructureItemNotification* ItemUpdated
Remarks
Use the ItemUpdateStarted and the ItemUpdateEnded events to avoid handling of the ItemUpdated event multiple times.
See Also

Reference

MetadataStructure Class
MetadataStructure Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback