ProjectServer.EventHandlers property
Gets the collection of event handlers that are defined in a Project Web App instance.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property EventHandlers As EventHandlerCollection
Get
'Usage
Dim instance As ProjectServer
Dim value As EventHandlerCollection
value = instance.EventHandlers
[RemoteAttribute]
public EventHandlerCollection EventHandlers { get; }
Property value
Type: Microsoft.ProjectServer.Client.EventHandlerCollection
A collection of EventHandler objects.