EventHandlerCreationInformation members
Office 2013 and later
Provides information for the creation of an event handler.
The EventHandlerCreationInformation type exposes the following members.
| Name | Description | |
|---|---|---|
|
EventHandlerCreationInformation | Initializes an instance of the EventHandlerCreationInformation class. |
| 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.) |
| Name | Description | |
|---|---|---|
|
CustomFromJson | (Inherited from ClientValueObject.) |
|
CustomWriteToXml | (Inherited from ClientValueObject.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FromJson | (Inherited from ClientValueObject.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
|
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Show: