CustomFieldDataSet.CustomFieldsDataTable.CustomFieldsRowChanged event
The post-event that occurs after a CustomFieldsRow object is changed.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event CustomFieldsRowChanged As CustomFieldDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsDataTable
Dim handler As CustomFieldDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowChanged, handler
public event CustomFieldDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowChanged
See also
Reference
CustomFieldDataSet.CustomFieldsDataTable class