EventsDataSet.EventDataTable.EventRowDeleting Event
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Event EventRowDeleting As EventsDataSet.EventRowChangeEventHandler
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim handler As EventsDataSet.EventRowChangeEventHandler
AddHandler instance.EventRowDeleting, handler
public event EventsDataSet.EventRowChangeEventHandler EventRowDeleting
See Also
Reference
EventsDataSet.EventDataTable Class