LookupTableMultiLangDataSet.LookupTableStructuresDataTable.LookupTableStructuresRowDeleted Event
A post-event that is raised when a row in a LookupTableStructuresDataTable has been deleted.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Event LookupTableStructuresRowDeleted As LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim handler As LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler
AddHandler instance.LookupTableStructuresRowDeleted, handler
public event LookupTableMultiLangDataSet.LookupTableStructuresRowChangeEventHandler LookupTableStructuresRowDeleted
See Also
Reference
LookupTableMultiLangDataSet.LookupTableStructuresDataTable Class
LookupTableMultiLangDataSet.LookupTableStructuresDataTable Members