AdminEventReceiver.OnLineClassUpdating method
A local pre-event handler for the Admin – LineClassUpdating event, which occurs before Project Server updates a timesheet line classification.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnLineClassUpdating ( _
contextInfo As PSContextInfo, _
e As LineClassPreUpdateEventArgs _
)
'Usage
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim e As LineClassPreUpdateEventArgs
instance.OnLineClassUpdating(contextInfo, _
e)
public virtual void OnLineClassUpdating(
PSContextInfo contextInfo,
LineClassPreUpdateEventArgs e
)
Parameters
contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfoContains the Project Server context information.
e
Type: Microsoft.Office.Project.Server.Events.LineClassPreUpdateEventArgsThe data for the event.
Remarks
The LineClassUpdating event occurs before a timesheet line is created, updated, or deleted. For example, when you change a timesheet line classification from Active to Inactive on the Line Classifications page in Project Web App, and then save the page, the LineClassUpdating and LineClassUpdated events are triggered.
The UpdateLineClasses method triggers the LineClassUpdating event. The CSOM in Project Server 2013 does not include an equivalent Admin method.