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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
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