Share via


CalendarDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowDeleting event

The pre-event that occurs before a row is deleted.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Event CalendarExceptionsRowDeleting As CalendarDataSet.CalendarExceptionsRowChangeEventHandler
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim handler As CalendarDataSet.CalendarExceptionsRowChangeEventHandler

AddHandler instance.CalendarExceptionsRowDeleting, handler
public event CalendarDataSet.CalendarExceptionsRowChangeEventHandler CalendarExceptionsRowDeleting

See also

Reference

CalendarDataSet.CalendarExceptionsDataTable class

CalendarDataSet.CalendarExceptionsDataTable members

WebSvcCalendar namespace