Exposes the methods for managing event handlers on object types.
Namespace: Relativity.Services.Interfaces.EventHandler
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The IEventHandlerManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AttachAsync |
Attaches an event handler to an object type.
| |
| DetachAsync |
Detaches an event handler from an object type. The event handler cannot be removed if its apart of a locked application.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetAttachedAsync |
Lists the attached event handlers on an object type.
| |
| GetAvailableEventHandlersAsync |
Returns a list of event handlers availabe to attach to an object type.
|
See Also