ResourceDataSet.CalendarExceptionsRowChangeEventHandler Delegate

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Delegate Sub CalendarExceptionsRowChangeEventHandler ( _
    sender As Object, _
    e As ResourceDataSet.CalendarExceptionsRowChangeEvent _
)
'Usage
Dim instance As New CalendarExceptionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void CalendarExceptionsRowChangeEventHandler(
    Object sender,
    ResourceDataSet.CalendarExceptionsRowChangeEvent e
)

Parameters

See Also

Reference

WebSvcTimeSheet Namespace