EventHandlerCollection members
Office 2013 and later
Represents a collection of EventHandler objects.
The EventHandlerCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
EventHandlerCollection | Creates an instance of the EventHandlerCollection class. |
| Name | Description | |
|---|---|---|
|
AreItemsAvailable | (Inherited from ClientObjectCollection.) |
|
Context | (Inherited from ClientObject.) |
|
Count | (Inherited from ClientObjectCollection.) |
|
Data | (Inherited from ClientObjectCollection.) |
|
ElementType | (Inherited from ClientObjectCollection<EventHandler>.) |
|
Expression | (Inherited from ClientObjectCollection<EventHandler>.) |
|
Item | (Inherited from ClientObjectCollection<EventHandler>.) |
|
ObjectData | (Inherited from ClientObject.) |
|
ObjectVersion | (Inherited from ClientObject.) |
|
Path | (Inherited from ClientObject.) |
|
Provider | (Inherited from ClientObjectCollection<EventHandler>.) |
|
ServerObjectIsNull | (Inherited from ClientObject.) |
|
Tag | (Inherited from ClientObject.) |
|
TypedObject | (Inherited from ClientObject.) |
| Name | Description | |
|---|---|---|
|
Add | Adds the event handler that is specified by the EventHandlerCreationInformation object to the collection. |
|
AddChild | (Inherited from ClientObjectCollection.) |
|
CheckUninitializedProperty | (Inherited from ClientObject.) |
|
CustomFromJson | (Inherited from ClientObject.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FromJson | (Inherited from ClientObject.) |
|
GetByGuid | Gets an event handler from the collection with the specified GUID. |
|
GetById | Get an event handler element from the collection using the object ID. |
|
GetEnumerator | (Inherited from ClientObjectCollection<EventHandler>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetItemAtIndex | (Inherited from ClientObjectCollection.) |
|
GetType | (Inherited from Object.) |
|
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) |
|
InitOnePropertyFromJson | (Inherited from ClientObjectCollection.) |
|
IsObjectPropertyInstantiated | (Inherited from ClientObject.) |
|
IsPropertyAvailable | (Inherited from ClientObject.) |
|
LoadExpandoFields | (Inherited from ClientObject.) |
|
MemberwiseClone | (Inherited from Object.) |
|
RefreshLoad | (Inherited from ClientObject.) |
|
Remove | Removes the specified event handler from the collection. |
|
RemoveChild | (Inherited from ClientObjectCollection.) |
|
RemoveFromParentCollection | (Inherited from ClientObject.) |
|
Retrieve() | (Inherited from ClientObject.) |
|
Retrieve([]) | (Inherited from ClientObject.) |
|
RetrieveItems | (Inherited from ClientObjectCollection<EventHandler>.) |
|
ToString | (Inherited from Object.) |
|
Update | Updates the event handler collection. |
|
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Show: