EventHandler members
Represents the identification and location of a Project Server event handler.
The EventHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventHandler | Initializes an instance of the EventHandler class. |
Top
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets or sets the name of the assembly that is associated with the event handler. | |
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. | |
ClassName | Gets or sets the name of the class that is associated with the event handler. | |
Context | (Inherited from ClientObject.) | |
Description | Gets or sets the description of the event handler. | |
EndpointUrl | Gets or sets the URL of the endpoint that is associated with the event handler. | |
Event | Gets the event that triggers the event handler. | |
Id | Gets the GUID of the event handler. | |
Name | Gets or sets the name of the event handler. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Order | Gets or sets the order of placement of the event handler in a list of event handlers that are associated with an event. | |
Path | (Inherited from ClientObject.) | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) |
Top
Methods
Top