WssInteropWssWorkspaceCreatingHandler representante
Manipulador de eventos para o pré-evento de WssInterop WssWorkspaceCreating .
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 Delegate Sub WssInteropWssWorkspaceCreatingHandler ( _
contextInfo As PSContextInfo, _
e As WssWorkspaceCreatingEventArgs _
)
'Uso
Dim instance As New WssInteropWssWorkspaceCreatingHandler(AddressOf HandlerMethod)
public delegate void WssInteropWssWorkspaceCreatingHandler(
PSContextInfo contextInfo,
WssWorkspaceCreatingEventArgs e
)
Parâmetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.WssWorkspaceCreatingEventArgsOs dados para o evento.