CalendarDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowDeleted event
The post-event that occurs after a row is deleted.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event CalendarExceptionsRowDeleted As CalendarDataSet.CalendarExceptionsRowChangeEventHandler
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim handler As CalendarDataSet.CalendarExceptionsRowChangeEventHandler
AddHandler instance.CalendarExceptionsRowDeleted, handler
public event CalendarDataSet.CalendarExceptionsRowChangeEventHandler CalendarExceptionsRowDeleted
See also
Reference
CalendarDataSet.CalendarExceptionsDataTable class