![]() | ICTObject |
The ICTObjectOwnerE, O, S type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyEdit | Occurs when user applies changes to Owned CT Core object at Options. If you cancel the apply by returning false, you should also display a message for user. |
![]() | EnterEdit | Occurs when user attempts to edit Owned CT Core object at Options. If you prevent access by returning false, you should also display a message for user. |
![]() | GetAll | Retuns all objects of type O from CT API. |
![]() | GetOwned | Returns all Core Objects O that are tagged with Settings S |
![]() | PreDelete | Occurs when user attempts to delete Owned CT Core object at Options. If you prevent deletion by returning false, you should also display a message for user. |