EventHandlerCreationInformation.EventId property

Gets or sets the GUID of the event that triggers the event handler.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property EventId As Integer
    Get
    Set
'Usage
Dim instance As EventHandlerCreationInformation
Dim value As Integer

value = instance.EventId

instance.EventId = value
[RemoteAttribute]
public int EventId { get; set; }

Property value

Type: System.Int32
The GUID of the triggering event.

See also

Reference

EventHandlerCreationInformation class

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace