CustomFieldDataSet.CustomFieldsDataTable.CustomFieldsRowChanging Event
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Event CustomFieldsRowChanging As CustomFieldDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsDataTable
Dim handler As CustomFieldDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowChanging, handler
public event CustomFieldDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowChanging
See Also
Reference
CustomFieldDataSet.CustomFieldsDataTable Class