ResourceEventReceiver.OnCreatingRemote-Methode
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 OnCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceCreatePreEventArgs _
) As ResourceCreatePreEventArgs
'Usage
Dim instance As ResourceEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceCreatePreEventArgs
Dim returnValue As ResourceCreatePreEventArgs
returnValue = instance.OnCreatingRemote(contextInfo, _
eventHandlerUid, e)
public virtual ResourceCreatePreEventArgs OnCreatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceCreatePreEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.ResourceCreatePreEventArgs
Implementiert
IResourceEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, ResourceCreatePreEventArgs)