EventHandlerCreationInformation properties
Office 2013 and later
The EventHandlerCreationInformation type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyName | Gets or sets the name of the assembly that is associated with the event handler. |
|
CancelOnError | Gets or sets a Boolean value that indicates whether pre-events should be canceled by default when there is an error firing the event. |
|
ClassName | Gets or sets the name of the class that is associated with the event handler. |
|
Description | Gets or sets the description of the event handler. |
|
EndpointUrl | Gets or sets the network location of the event handler. |
|
EventId | Gets or sets the GUID of the event that triggers the event handler. |
|
Id | Gets or sets the GUID of the event handler. |
|
Name | Gets or sets the name of the event handler. |
|
Order | Gets or sets the order of placement of an event handler in a list of event handlers that are triggered by an event. |
|
TypeId | (Inherited from ClientValueObject.) |
Show: