EventHandlerCreationInformation class

Provides information for the creation of an event handler.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.EventHandlerCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.EventHandlerCreationInformation", ValueObject := True,  _
    ServerTypeId := "{5e2b3370-c655-4803-acd8-b3705905e433}")> _
Public Class EventHandlerCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As EventHandlerCreationInformation
[ScriptTypeAttribute("PS.EventHandlerCreationInformation", ValueObject = true, 
    ServerTypeId = "{5e2b3370-c655-4803-acd8-b3705905e433}")]
public class EventHandlerCreationInformation : ClientValueObject

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

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace