ResourceAuthorizationDataSet.ResourcesDataTable.ResourcesRowDeleted event
Post-event that occurs after a row is deleted.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event ResourcesRowDeleted As ResourceAuthorizationDataSet.ResourcesRowChangeEventHandler
'Usage
Dim instance As ResourceAuthorizationDataSet.ResourcesDataTable
Dim handler As ResourceAuthorizationDataSet.ResourcesRowChangeEventHandler
AddHandler instance.ResourcesRowDeleted, handler
public event ResourceAuthorizationDataSet.ResourcesRowChangeEventHandler ResourcesRowDeleted
See also
Reference
ResourceAuthorizationDataSet.ResourcesDataTable class