CalendarDataSet.CalendarExceptionsRowChangeEventHandler Delegate
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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