Compartir a través de


del método SecurityEventReceiver.OnTemplateDeleted

Un controlador de evento posterior para el método DeleteTemplates .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Overridable Sub OnTemplateDeleted ( _
    contextInfo As PSContextInfo, _
    e As TemplateDeletePostEventArgs _
)
'Uso
Dim instance As SecurityEventReceiver
Dim contextInfo As PSContextInfo
Dim e As TemplateDeletePostEventArgs

instance.OnTemplateDeleted(contextInfo, _
    e)
public virtual void OnTemplateDeleted(
    PSContextInfo contextInfo,
    TemplateDeletePostEventArgs e
)

Parámetros

Comentarios

Importante

El receptor de eventos de OnTemplateDeleted no es compatible con el modo de permiso de SharePoint, que se usa en Project Online y un valor predeterminado instalación de Project Server 2013 local. Para obtener más información, vea Modo de permiso de SharePoint en el artículo Novedades para profesionales de TI en Project Server 2013 en TechNet.

For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.

Vea también

Referencia

clase SecurityEventReceiver

Miembros SecurityEventReceiver

Espacio de nombres Microsoft.Office.Project.Server.Events