Share via


CalendarDataSet.CalendarExceptionsRowChangeEventHandler delegate

Represents the method that handles events which occur when an action is performed on CalendarDataSet.CalendarExceptionsRow data.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.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

See also

Reference

WebSvcCalendar namespace