Dynamicweb 8 Documentation
OnDataItemModified Method

Category of modifications.
Information about data item modifications.
Notifies all listeners of the specified category that specified data item has been modified.
Syntax
'Declaration
 
Public Shared Sub OnDataItemModified( _ 
   ByVal category As String, _ 
   ByVal info As DataItemModificationsInfo _ 
) 
public static void OnDataItemModified( 
   string category,
   DataItemModificationsInfo info 
)

Parameters

category
Category of modifications.
info
Information about data item modifications.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataItemListenerService Class
DataItemListenerService Members

Send Feedback