StatusingEventReceiver.OnAssignmentDeletedRemote 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 Overridable Sub OnAssignmentDeletedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusDeleteTaskPostEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusDeleteTaskPostEventArgs
instance.OnAssignmentDeletedRemote(contextInfo, _
eventHandlerUid, e)
public virtual void OnAssignmentDeletedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusDeleteTaskPostEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid