PS.EventHandler object (ps.js)

Represents the identification and location of a Project Server 2013 event handler.

Applies to: Project Professional 2013 | Project Server 2013

PS.EventHandler

Members

Methods

The EventHandler object has the following methods.

Method

Description

deleteObject

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The EventHandler object has the following properties.

Property

Description

assemblyName

cancelOnError

className

description

endpointUrl

event

id

name

order

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EventHandlers('handlerid')

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

DELETE http://<sitecollection>/<site>/_api/ProjectServer/EventHandlers('handlerid')

MERGE syntax

MERGE http://<sitecollection>/<site>/_api/ProjectServer/EventHandlers('handlerid')

PUT syntax

PUT http://<sitecollection>/<site>/_api/ProjectServer/EventHandlers('handlerid')

See also

Reference

Microsoft.ProjectServer.Client.EventHandler