WssSettingsDataSet.WssAdminDataTable.WssAdminRowDeleting event
Pre-event that occurs before a row is deleted.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event WssAdminRowDeleting As WssSettingsDataSet.WssAdminRowChangeEventHandler
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim handler As WssSettingsDataSet.WssAdminRowChangeEventHandler
AddHandler instance.WssAdminRowDeleting, handler
public event WssSettingsDataSet.WssAdminRowChangeEventHandler WssAdminRowDeleting
See also
Reference
WssSettingsDataSet.WssAdminDataTable class