AdminLineClassUpdatingHandler-Delegat
Ereignishandler für das Ereignis Admin LineClassUpdating vor.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Delegate Sub AdminLineClassUpdatingHandler ( _
contextInfo As PSContextInfo, _
e As LineClassPreUpdateEventArgs _
)
'Usage
Dim instance As New AdminLineClassUpdatingHandler(AddressOf HandlerMethod)
public delegate void AdminLineClassUpdatingHandler(
PSContextInfo contextInfo,
LineClassPreUpdateEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.LineClassPreUpdateEventArgsDie Daten für das Ereignis.