CustomFieldsEventReceiverServiceProxyClient.OnCreatingRemote método
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Function OnCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CustomFieldsPreEventArgs _
) As CustomFieldsPreEventArgs
'Uso
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
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.CustomFieldsPreEventArgs
Implementos
ICustomFieldsEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, CustomFieldsPreEventArgs)
Ver também
Referência
CustomFieldsEventReceiverServiceProxyClient classe