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