StatusingDataSet.CalendarsDataTable.CalendarsRowChanged event
The post-event that occurs after a row is changed.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event CalendarsRowChanged As StatusingDataSet.CalendarsRowChangeEventHandler
'Usage
Dim instance As StatusingDataSet.CalendarsDataTable
Dim handler As StatusingDataSet.CalendarsRowChangeEventHandler
AddHandler instance.CalendarsRowChanged, handler
public event StatusingDataSet.CalendarsRowChangeEventHandler CalendarsRowChanged
See also
Reference
StatusingDataSet.CalendarsDataTable class