EventHandler class
Represents the identification and location of a Project Server event handler.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.EventHandler
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.EventHandler", ServerTypeId := "{9aa291cc-596f-4b0c-b54a-3965d261835f}")> _
Public Class EventHandler _
Inherits ClientObject
'Usage
Dim instance As EventHandler
[ScriptTypeAttribute("PS.EventHandler", ServerTypeId = "{9aa291cc-596f-4b0c-b54a-3965d261835f}")]
public class EventHandler : ClientObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.