CustomFieldsEventReceiver.OnCheckingInRemote method
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 Function OnCheckingInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CustomFieldsCheckInPreEventArgs _
) As CustomFieldsCheckInPreEventArgs
'Usage
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPreEventArgs
Dim returnValue As CustomFieldsCheckInPreEventArgs
returnValue = instance.OnCheckingInRemote(contextInfo, _
eventHandlerUid, e)
public virtual CustomFieldsCheckInPreEventArgs OnCheckingInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
CustomFieldsCheckInPreEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.CustomFieldsCheckInPreEventArgs
Implements
See also
Reference
CustomFieldsEventReceiver class