EventHandler members

Represents the identification and location of a Project Server event handler.

The EventHandler type exposes the following members.

Constructors

  Name Description
Public method EventHandler Initializes an instance of the EventHandler class.

Top

Properties

  Name Description
Public property AssemblyName Gets or sets the name of the assembly that is associated with the event handler.
Public property CancelOnError Gets or sets a value that specifies whether a pre-event should be canceled by default if there is an error when the event is raised.
Public property ClassName Gets or sets the name of the class that is associated with the event handler.
Public property Context (Inherited from ClientObject.)
Public property Description Gets or sets the description of the event handler.
Public property EndpointUrl Gets or sets the URL of the endpoint that is associated with the event handler.
Public property Event Gets the event that triggers the event handler.
Public property Id Gets the GUID of the event handler.
Public property Name Gets or sets the name of the event handler.
Protected property ObjectData (Inherited from ClientObject.)
Public property ObjectVersion (Inherited from ClientObject.)
Public property Order Gets or sets the order of placement of the event handler in a list of event handlers that are associated with an event.
Public property Path (Inherited from ClientObject.)
Public property ServerObjectIsNull (Inherited from ClientObject.)
Public property Tag (Inherited from ClientObject.)
Public property TypedObject (Inherited from ClientObject.)

Top

Methods

  Name Description
Protected method CheckUninitializedProperty (Inherited from ClientObject.)
Public method CustomFromJson (Inherited from ClientObject.)
Public method DeleteObject Deletes the EventHandler object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromJson (Inherited from ClientObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InitNonPropertyFieldFromJson (Inherited from ClientObject.)
Protected method InitOnePropertyFromJson Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).)
Public method IsObjectPropertyInstantiated (Inherited from ClientObject.)
Public method IsPropertyAvailable (Inherited from ClientObject.)
Protected method LoadExpandoFields (Inherited from ClientObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RefreshLoad (Inherited from ClientObject.)
Protected method RemoveFromParentCollection (Inherited from ClientObject.)
Public method Retrieve() (Inherited from ClientObject.)
Public method Retrieve([]) (Inherited from ClientObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateClientObjectPropertyType (Inherited from ClientObject.)

Top

See also

Reference

EventHandler class

Microsoft.ProjectServer.Client namespace