CalendarDataSet.CalendarExceptionsRowChangeEventHandler Delegate
Represents the method that handles events which occur when an action is performed on CalendarDataSet.CalendarExceptionsRow data.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Public Delegate Sub CalendarExceptionsRowChangeEventHandler ( _
sender As Object, _
e As CalendarDataSet.CalendarExceptionsRowChangeEvent _
)
'Usage
Dim instance As New CalendarExceptionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void CalendarExceptionsRowChangeEventHandler(
Object sender,
CalendarDataSet.CalendarExceptionsRowChangeEvent e
)
Parameters
- sender
Type: System.Object