Assembly: Metabase;
The ISaveMetabaseObjectHandlers interface is used to work with the collection of handlers of the events that occur on object metadata change.
ISaveMetabaseObjectHandlers
The collection of event handlers can be obtained using the ISpecialObjects.SaveMetabaseObjectHandlers method.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of event handlers in the collection. |
![]() |
Item | The Item property returns event handler settings with the specified index. |
![]() |
ItemByClassId | The ItemByClassId property returns event handler settings for the specified object class. |
| Method name | Brief description | |
![]() |
Add | The Add method creates a handler of events that occur on object metadata change for the specified object class. |
![]() |
Clear | The Clear method removes all event handlers from the collection. |
![]() |
Remove | The Remove method removes the event handler with the specified index from the collection. |
![]() |
RemoveByClassId | The RemoveByClassId method removes the event handler for the specified object class from the collection. |
See also: