Share via


EventHandler class

Representa a identificação e a localização de um manipulador de eventos do Project Server.

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

'Declaração
<ScriptTypeAttribute("PS.EventHandler", ServerTypeId := "{9aa291cc-596f-4b0c-b54a-3965d261835f}")> _
Public Class EventHandler _
    Inherits ClientObject
'Uso
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.

See also

Reference

EventHandler members

Microsoft.ProjectServer.Client namespace