EventHandler.Event property

Gets the event that triggers the event handler.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Event As Event
    Get
'Usage
Dim instance As EventHandler
Dim value As Event

value = instance.Event
[RemoteAttribute]
public Event Event { get; }

Property value

Type: Microsoft.ProjectServer.Client.Event
The Event that triggers the event handler.

See also

Reference

EventHandler class

EventHandler members

Microsoft.ProjectServer.Client namespace