Compartir a través de


StatusingEventReceiver.OnHistoryDeleted Método

Definición

Controlador posterior al evento para el DeleteStatusApprovalHistories(Guid[]) método .

public:
 virtual void OnHistoryDeleted(Microsoft::Office::Project::Server::Library::PSContextInfo ^ contextInfo, Microsoft::Office::Project::Server::Events::StatusDeleteHistoryPostEventArgs ^ e);
public virtual void OnHistoryDeleted (Microsoft.Office.Project.Server.Library.PSContextInfo contextInfo, Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPostEventArgs e);
abstract member OnHistoryDeleted : Microsoft.Office.Project.Server.Library.PSContextInfo * Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPostEventArgs -> unit
override this.OnHistoryDeleted : Microsoft.Office.Project.Server.Library.PSContextInfo * Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPostEventArgs -> unit
Public Overridable Sub OnHistoryDeleted (contextInfo As PSContextInfo, e As StatusDeleteHistoryPostEventArgs)

Parámetros

contextInfo
PSContextInfo

Contiene la información de contexto de Project Server.

e
StatusDeleteHistoryPostEventArgs

Datos del evento.

Comentarios

Para obtener información sobre cómo crear un controlador de eventos, vea Cómo: Crear un controlador de eventos de Project Server y Registrar un evento.

Se aplica a